Skip to content

Commit

Permalink
remove unnecessary curly braces automatically
Browse files Browse the repository at this point in the history
  • Loading branch information
Athou committed Apr 4, 2024
1 parent 5b43d41 commit d0b9277
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions commafeed-client/.eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ module.exports = {
"@typescript-eslint/prefer-nullish-coalescing": ["error", { ignoreConditionalTests: true }],
"@typescript-eslint/restrict-template-expressions": ["error", { allowNumber: true }],
"@typescript-eslint/strict-boolean-expressions": "off",
"react/jsx-curly-brace-presence": ["error", "never"],
"react/no-unescaped-entities": "off",
"react/react-in-jsx-scope": "off",
"react-hooks/exhaustive-deps": "error",
Expand Down

0 comments on commit d0b9277

Please sign in to comment.