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
Former-commit-id: 38bcff7
  • Loading branch information
timdorr committed Apr 23, 2019
1 parent b6aa55c commit 017c53e
Show file tree
Hide file tree
Showing 3 changed files with 8 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.

2 changes: 1 addition & 1 deletion package.json.REMOVED.git-id
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4a61299c31b4dbf281b87e87dfdbd08cc4e89679
78d7bf502f7c0f5ab82e5981bd21523842e577b6

0 comments on commit 017c53e

Please sign in to comment.