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 #460 from AtomLinter/greenkeeper/eslint-4.0.0
Browse files Browse the repository at this point in the history
Update eslint to version 4.3.0 🚀
  • Loading branch information
Arcanemagus authored Jul 25, 2017
2 parents 73b3fbd + 064f774 commit 1a931d8
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,11 @@
},
"projectConfigFile": {
"type": "array",
"default": ["tox.ini", ".flake8", "setup.cfg"],
"default": [
"tox.ini",
".flake8",
"setup.cfg"
],
"description": "flake config file relative path from project (e.g. tox.ini or .flake8rc)",
"items": {
"type": "string"
Expand Down Expand Up @@ -84,9 +88,9 @@
"fs-plus": "^3.0.0"
},
"devDependencies": {
"eslint": "^3.16.1",
"eslint-config-airbnb-base": "^11.1.1",
"eslint-plugin-import": "^2.2.0",
"eslint": "^4.3.0",
"eslint-config-airbnb-base": "^11.3.1",
"eslint-plugin-import": "^2.7.0",
"jasmine-fix": "^1.0.1"
},
"package-deps": [
Expand Down

0 comments on commit 1a931d8

Please sign in to comment.