Skip to content

Commit 630ed0c

Browse files
authored
chore: Disabled react/react-in-jsx-scope (#1436)
While migrating Enterprise to use our Community eslint rules, there seemed to be only 1 additional rule used by Enterprise: ```json "react/react-in-jsx-scope": "off" ``` I added it to the Community config. resolves #1429
1 parent ce0c3a6 commit 630ed0c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/eslint-config/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ module.exports = {
2020
'react/jsx-uses-react': 'error',
2121
'react/jsx-uses-vars': 'error',
2222
'react/jsx-filename-extension': [1, { extensions: ['.jsx', '.tsx'] }],
23+
'react/react-in-jsx-scope': 'off',
2324
'react/sort-comp': [
2425
2,
2526
{

0 commit comments

Comments
 (0)