Skip to content

Commit

Permalink
Upgrade eslint to v4
Browse files Browse the repository at this point in the history
N.B. The "can't resolve reference" warnings are coming from
eslint-plugin-react and can be safely ignored until a version of
eslint-plugin-react containing PR #1292 is released.

See:
airbnb/javascript#1488
jsx-eslint/eslint-plugin-react#1292
  • Loading branch information
wKovacs64 committed Aug 4, 2017
1 parent b3ff78e commit 38f7a67
Show file tree
Hide file tree
Showing 2 changed files with 229 additions and 208 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@
"chai": "^4.1.0",
"coveralls": "^2.13.1",
"cross-env": "^5.0.3",
"eslint": "^3.19.0",
"eslint-config-airbnb": "^15.0.2",
"eslint": "^4.3.0",
"eslint-config-airbnb": "^15.1.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "5.1.1",
"eslint-plugin-react": "^7.1.0",
Expand Down
Loading

0 comments on commit 38f7a67

Please sign in to comment.