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 ee006bf commit 2eeb750Copy full SHA for 2eeb750
.eslintrc.js
@@ -43,6 +43,7 @@ module.exports = {
43
'react/jsx-filename-extension': 'off',
44
'react/jsx-props-no-spreading': 'off',
45
'react/require-default-props': 'off',
46
+ 'react/react-in-jsx-scope': 'off',
47
'typescript-sort-keys/interface': 'error',
48
'typescript-sort-keys/string-enum': 'error',
49
'unused-imports/no-unused-imports': 'error',
0 commit comments