Skip to content

Commit

Permalink
Tweak eslint config
Browse files Browse the repository at this point in the history
  • Loading branch information
nickgros committed Jun 14, 2021
1 parent b158592 commit 79dad75
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,15 @@
"react-hooks/exhaustive-deps": "warn",
"no-extra-semi": "off",
"prefer-const": "warn",
"jest/expect-expect": "off",
"@typescript-eslint/restrict-template-expressions": [
"warn",
{ "allowBoolean": true }
],
"@typescript-eslint/unbound-method": "warn",
"@typescript-eslint/no-inferrable-types": "warn",
"@typescript-eslint/ban-ts-comment": "warn",
"@typescript-eslint/no-floating-promises": "warn",
"@typescript-eslint/no-floating-promises": "off",
"@typescript-eslint/no-unsafe-member-access": "warn",
"@typescript-eslint/no-unsafe-call": "warn",
"@typescript-eslint/no-unsafe-return": "warn",
Expand Down

0 comments on commit 79dad75

Please sign in to comment.