Skip to content

Commit

Permalink
Configure eslint-plugin-react to auto-detect React version
Browse files Browse the repository at this point in the history
  • Loading branch information
mythmon committed Jan 7, 2019
1 parent 611112c commit 09ca96e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .eslintrc
Expand Up @@ -3,6 +3,11 @@
"react-app",
"prettier"
],
"settings": {
"react": {
"version": "detect"
}
},
"overrides": [{
"files": "**/*.test.js",
"globals": {
Expand Down

0 comments on commit 09ca96e

Please sign in to comment.