Skip to content

Commit

Permalink
Update eslint-config-airbnb to version with eslint 5 support
Browse files Browse the repository at this point in the history
  • Loading branch information
marek-saji committed Aug 16, 2018
1 parent 928e9f5 commit a8ded58
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -24,7 +24,7 @@
"test": "eslint ./"
},
"dependencies": {
"eslint-config-airbnb": "^17.0.0"
"eslint-config-airbnb": "^17.1.0"
},
"peerDependencies": {
"eslint": "^5.2.0",
Expand All @@ -34,7 +34,7 @@
"eslint-plugin-react": "^7.10.0"
},
"devDependencies": {
"eslint": "^5.2.0",
"eslint": "^5.3.0",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-jest": "^21.21.0",
"eslint-plugin-jsx-a11y": "^6.1.1",
Expand Down

0 comments on commit a8ded58

Please sign in to comment.