Skip to content

Commit

Permalink
Fix for "Warning: React version not specified in eslint-plugin-react …
Browse files Browse the repository at this point in the history
…settings"
  • Loading branch information
jamesdh committed Mar 1, 2023
1 parent 23f0e8d commit 13a962f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,10 @@
"@typescript-eslint/no-empty-function": 0,
"react/prop-types": 0,
"@typescript-eslint/no-non-null-assertion": 0
},
"settings": {
"react": {
"version": "detect"
}
}
}

0 comments on commit 13a962f

Please sign in to comment.