Skip to content

Commit

Permalink
ESLint settings React 16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanselzer committed Aug 25, 2018
1 parent ffcc65e commit 5880b62
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@
"experimentalObjectRestSpread": true
}
},
"settings": {
"react": {
"version": "16.0"
}
},
"plugins": [
"import",
"chai-friendly",
Expand All @@ -31,4 +36,4 @@
"react/prop-types": 0,
"indent": ["error", 4]
}
}
}

0 comments on commit 5880b62

Please sign in to comment.