Skip to content
This repository has been archived by the owner on May 27, 2021. It is now read-only.

Commit

Permalink
Merge #695
Browse files Browse the repository at this point in the history
695: Configure eslint-plugin-react to auto-detect React version r=rehandalal a=mythmon

Fixes #674

Co-authored-by: Mike Cooper <mythmon@gmail.com>
  • Loading branch information
bors[bot] and mythmon committed Jan 8, 2019
2 parents aff4211 + 09ca96e commit b5303b5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
"react-app",
"prettier"
],
"settings": {
"react": {
"version": "detect"
}
},
"overrides": [{
"files": "**/*.test.js",
"globals": {
Expand Down

0 comments on commit b5303b5

Please sign in to comment.