Skip to content

Commit

Permalink
fix: disable react in scope with new jsx transform (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsyirvo authored Dec 4, 2021
1 parent 759e3e0 commit d21c046
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ module.exports = {
'react/no-unused-class-component-methods': 'error',
'react/no-unused-state': 'error',
'react/no-will-update-set-state': 'error',
'react/react-in-jsx-scope': 'error',
'react/react-in-jsx-scope': 'off',
'react/require-render-return': 'error',
'react/self-closing-comp': 'error',
'react/state-in-constructor': ['error', 'never'],
Expand Down

0 comments on commit d21c046

Please sign in to comment.