We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ba4b7d commit ce8b3c5Copy full SHA for ce8b3c5
config/eslintrc.template.js
@@ -70,6 +70,7 @@ module.exports = ({ tsconfigRootDir }) => ({
70
'prefer-spread': 'warn',
71
'@typescript-eslint/ban-ts-comment': 'warn',
72
'react/destructuring-assignment': 'off',
73
+ 'react/jsx-curly-brace-presence': 'warn',
74
'react/jsx-props-no-spreading': 'off',
75
'react/no-unused-class-component-methods': 'warn',
76
'react/prop-types': 'off',
0 commit comments