Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

Commit

Permalink
Merge pull request #127 from AtomLinter/greenkeeper/eslint-4.0.0
Browse files Browse the repository at this point in the history
Update eslint to version 4.5.0 πŸš€
  • Loading branch information
Arcanemagus authored Aug 29, 2017
2 parents b0ea1f1 + 8081aba commit 66e226f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@
"lint": "eslint ."
},
"devDependencies": {
"eslint": "^3.16.1",
"eslint-config-airbnb-base": "^11.1.1",
"eslint-plugin-import": "^2.2.0"
"eslint": "^4.5.0",
"eslint-config-airbnb-base": "^11.3.2",
"eslint-plugin-import": "^2.7.0"
},
"eslintConfig": {
"extends": "airbnb-base",
Expand Down

0 comments on commit 66e226f

Please sign in to comment.