Skip to content

Commit 2eeb750

Browse files
committed
feat: add react-in-jsx-scope rule to eslint
1 parent ee006bf commit 2eeb750

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.eslintrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ module.exports = {
4343
'react/jsx-filename-extension': 'off',
4444
'react/jsx-props-no-spreading': 'off',
4545
'react/require-default-props': 'off',
46+
'react/react-in-jsx-scope': 'off',
4647
'typescript-sort-keys/interface': 'error',
4748
'typescript-sort-keys/string-enum': 'error',
4849
'unused-imports/no-unused-imports': 'error',

0 commit comments

Comments
 (0)