We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68f2289 commit f1f1fc8Copy full SHA for f1f1fc8
.eslintrc.js
@@ -230,6 +230,7 @@ module.exports = {
230
'react/prop-types': 'off',
231
'react/react-in-jsx-scope': 'warn',
232
'react/require-render-return': 'warn',
233
+ 'react/self-closing-comp': 'warn',
234
'react/style-prop-object': 'warn',
235
236
// https://github.com/facebook/react/tree/master/packages/eslint-plugin-react-hooks
0 commit comments