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 3e500a0 commit 7ebb5f5
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 [ {
"@typescript-eslint/prefer-function-type": "error",
//"@typescript-eslint/prefer-includes": "error",
//"@typescript-eslint/prefer-string-starts-ends-with": "error",
"@typescript-eslint/promise-function-async": "error",
//"@typescript-eslint/promise-function-async": "error",
"@typescript-eslint/require-array-sort-compare": "error",
"@typescript-eslint/restrict-plus-operands": "error",
//"@stylistic/semi": ["error", "never"],
Expand Down

0 comments on commit 7ebb5f5

Please sign in to comment.