Skip to content

Commit

Permalink
Configure eslint to ignore no-extra-boolean-cast rule
Browse files Browse the repository at this point in the history
  • Loading branch information
courtneymyers committed Oct 10, 2023
1 parent fbca4b1 commit 0977175
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/client/.eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ module.exports = {
parser: "@typescript-eslint/parser",
plugins: ["react-refresh"],
rules: {
"no-extra-boolean-cast": "off",
"react-refresh/only-export-components": [
"warn",
{ allowConstantExport: true }, // allow export const foo = 4
Expand Down

0 comments on commit 0977175

Please sign in to comment.