Skip to content

Commit

Permalink
disable react/react-in-jsx-scope
Browse files Browse the repository at this point in the history
  • Loading branch information
burtek committed Nov 21, 2021
1 parent bcda148 commit e9f03d3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions eslint-config-react.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ module.exports = {
'react/prefer-stateless-function': ['error', {
'ignorePureComponents': true
}],
'react/react-in-jsx-scope': 'error',
'react/require-render-return': 'error',
'react/self-closing-comp': ['error', {
'component': true,
Expand Down Expand Up @@ -112,7 +111,7 @@ module.exports = {
{
'selector': 'typeLike',
'format': ['PascalCase']
}],
}]
}
},
{
Expand Down

0 comments on commit e9f03d3

Please sign in to comment.