Skip to content

Commit

Permalink
detect react version
Browse files Browse the repository at this point in the history
  • Loading branch information
skedwards88 committed Feb 7, 2024
1 parent cccc279 commit 2239203
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,9 @@ module.exports = {
rules: {
"react/prop-types": "off",
},
settings: {
react: {
version: "detect",
},
},
};

0 comments on commit 2239203

Please sign in to comment.