Skip to content

Commit

Permalink
turn off react in scope rules (fixes react 17)
Browse files Browse the repository at this point in the history
  • Loading branch information
naueramant committed Jul 18, 2024
1 parent f5235ee commit 9aa2403
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions react.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,7 @@ module.exports = {
rules: {
...typescript.rules,
'react/prop-types': 'off',
"react/react-in-jsx-scope": "off",
"react/jsx-uses-react": "off"
},
};

0 comments on commit 9aa2403

Please sign in to comment.