Skip to content

Commit

Permalink
Disable React in JSX ESLint rule
Browse files Browse the repository at this point in the history
  • Loading branch information
baileypumfleet committed Jun 22, 2021
1 parent a486d1e commit 24a8440
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"plugins": ["@typescript-eslint", "prettier", "react", "react-hooks"],
"rules": {
"prettier/prettier": ["error"],
"@typescript-eslint/no-unused-vars": "error"
"@typescript-eslint/no-unused-vars": "error",
"react/react-in-jsx-scope": "off"
},
"env": {
"browser": true,
Expand Down

0 comments on commit 24a8440

Please sign in to comment.