Skip to content

Commit

Permalink
fix(eslint-plugin): enable react/jsx-curly-brace-presence lint rule i…
Browse files Browse the repository at this point in the history
…n website package (#5894)

Add 'react/jsx-curly-brace-presence': 'error'

Co-authored-by: Josh Goldberg <git@joshuakgoldberg.com>
  • Loading branch information
shogohida and JoshuaKGoldberg committed Oct 27, 2022
1 parent a0c8285 commit 344322a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/website/.eslintrc.js
Expand Up @@ -23,6 +23,7 @@ module.exports = {
'react/jsx-no-target-blank': 'off',
'react/no-unescaped-entities': 'off',
'@typescript-eslint/internal/prefer-ast-types-enum': 'off',
'react/jsx-curly-brace-presence': 'error',
},
settings: {
react: {
Expand Down

0 comments on commit 344322a

Please sign in to comment.