Skip to content

Commit

Permalink
removing the use explicit import of React in jsx files (#3005)
Browse files Browse the repository at this point in the history
  • Loading branch information
area73 committed Oct 19, 2021
1 parent 3ad6d89 commit a04d3ef
Show file tree
Hide file tree
Showing 6 changed files with 43 additions and 17,424 deletions.
2 changes: 2 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ module.exports = {
rules: {
// A temporary hack related to IDE not resolving correct package.json
'import/no-extraneous-dependencies': 'off',
// Since React 17 and typescript 4.1 you can safely disable the rule
'react/react-in-jsx-scope': 'off',
},
parserOptions: {
ecmaVersion: 2020,
Expand Down

0 comments on commit a04d3ef

Please sign in to comment.