Skip to content

Commit

Permalink
existing rule was moved
Browse files Browse the repository at this point in the history
  • Loading branch information
prince-chrismc authored Nov 29, 2024
1 parent 667eecb commit 8674331
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export default [
allowExpressions: true,
}],

"@typescript-eslint/func-call-spacing": ["error", "never"],
"func-call-spacing": ["error", "never"],
"@typescript-eslint/no-array-constructor": "error",
"@typescript-eslint/no-empty-interface": "error",
"@typescript-eslint/no-explicit-any": "error",
Expand Down

0 comments on commit 8674331

Please sign in to comment.