Skip to content

Commit ce8b3c5

Browse files
committed
feat: make react/jsx-curly-brace-presence warn instead of error
1 parent 3ba4b7d commit ce8b3c5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config/eslintrc.template.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ module.exports = ({ tsconfigRootDir }) => ({
7070
'prefer-spread': 'warn',
7171
'@typescript-eslint/ban-ts-comment': 'warn',
7272
'react/destructuring-assignment': 'off',
73+
'react/jsx-curly-brace-presence': 'warn',
7374
'react/jsx-props-no-spreading': 'off',
7475
'react/no-unused-class-component-methods': 'warn',
7576
'react/prop-types': 'off',

0 commit comments

Comments
 (0)