Skip to content

Commit

Permalink
disable failing rule
Browse files Browse the repository at this point in the history
  • Loading branch information
prince-chrismc authored Dec 24, 2024
1 parent 7ebb5f5 commit 235ce26
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 @@ -67,7 +67,7 @@ export default [ {
//"@typescript-eslint/prefer-includes": "error",
//"@typescript-eslint/prefer-string-starts-ends-with": "error",
//"@typescript-eslint/promise-function-async": "error",
"@typescript-eslint/require-array-sort-compare": "error",
//"@typescript-eslint/require-array-sort-compare": "error",
"@typescript-eslint/restrict-plus-operands": "error",
//"@stylistic/semi": ["error", "never"],
//"@stylistic/type-annotation-spacing": "error",
Expand Down

0 comments on commit 235ce26

Please sign in to comment.