Skip to content

Commit

Permalink
ESLint Warn react/no-deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanselzer committed Oct 25, 2018
1 parent feb913b commit 0169e0e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"settings": {
"react": {
"version": "16.0"
"version": "16.6"
}
},
"plugins": [
Expand All @@ -34,6 +34,7 @@
"no-unused-expressions": 0,
"chai-friendly/no-unused-expressions": 2,
"react/prop-types": 0,
"indent": ["error", 4]
"indent": ["error", 4],
"react/no-deprecated": 1
}
}

0 comments on commit 0169e0e

Please sign in to comment.