Skip to content

Commit

Permalink
eslint-react-plugin was throwing an error because react versin was not
Browse files Browse the repository at this point in the history
specified
  • Loading branch information
couetilc committed Jul 4, 2021
1 parent 3c265eb commit 19aa662
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 @@ -19,5 +19,10 @@ module.exports = {
],
"rules": {
"no-unused-vars": ["error", { "ignoreRestSiblings": true }],
},
"settings": {
"react": {
"version": "detect"
}
}
};

0 comments on commit 19aa662

Please sign in to comment.