Skip to content

Commit

Permalink
rename moved rule
Browse files Browse the repository at this point in the history
  • Loading branch information
prince-chrismc authored Nov 29, 2024
1 parent 8674331 commit a6248fb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,7 @@ export default [
"@typescript-eslint/promise-function-async": "error",
"@typescript-eslint/require-array-sort-compare": "error",
"@typescript-eslint/restrict-plus-operands": "error",
semi: "off",
"@typescript-eslint/semi": ["error", "never"],
"semi": ["error", "never"],
"@typescript-eslint/type-annotation-spacing": "error",
"@typescript-eslint/unbound-method": "error",
},
Expand Down

0 comments on commit a6248fb

Please sign in to comment.