Skip to content

Commit

Permalink
Get rid of the separate react dep for eslint
Browse files Browse the repository at this point in the history
Former-commit-id: 43584fd
  • Loading branch information
timdorr committed Apr 23, 2019
1 parent 54a1d16 commit 38bcff7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
module.exports = {
extends: 'react-app',

settings: {
react: {
version: '16.8'
}
},

rules: {
'jsx-a11y/href-no-hash': 'off'
},
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json.REMOVED.git-id

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@
"glob": "^7.1.3",
"jest": "^24.7.1",
"prettier": "^1.17.0",
"react": "^16.8.6",
"rimraf": "^2.6.3",
"rollup": "^1.10.1",
"rollup-plugin-babel": "^4.3.2",
Expand Down

0 comments on commit 38bcff7

Please sign in to comment.