Skip to content

Commit

Permalink
chore: update eslint config
Browse files Browse the repository at this point in the history
  • Loading branch information
phaux committed Sep 2, 2024
1 parent 2d8a7e9 commit 2dd3893
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"@typescript-eslint/no-confusing-void-expression": "off",
"@typescript-eslint/restrict-template-expressions": ["error", { "allowNumber": true }],
"@typescript-eslint/strict-boolean-expressions": "error",
"@typescript-eslint/promise-function-async": "error",
"eqeqeq": ["error", "smart"],
"no-else-return": "warn",
"no-implicit-coercion": "warn"
Expand Down

0 comments on commit 2dd3893

Please sign in to comment.