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

Commit

Permalink
Update to eslint-config-airbnb-base v11.3.1
Browse files Browse the repository at this point in the history
Also includes an update to `eslint-plugin-import@^2.7.0` to satisfy the
`peerDependencies` of `eslint-config-airbnb-base`.
  • Loading branch information
Arcanemagus committed Jul 25, 2017
1 parent 51f0587 commit 064f774
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 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 @@ -85,8 +89,8 @@
},
"devDependencies": {
"eslint": "^4.3.0",
"eslint-config-airbnb-base": "^11.1.1",
"eslint-plugin-import": "^2.2.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 064f774

Please sign in to comment.