Skip to content

Commit

Permalink
Upgrade Linter dependencies (#289)
Browse files Browse the repository at this point in the history
* Upgrade Linter dependencies

* Closes #285

* Downgrade eslint-plugin-import

eslint-config-airbnb needs eslint-plugin-import on version 1.16.0

* Closes #290
  • Loading branch information
athos-ribeiro authored and delambo committed Nov 10, 2016
1 parent e89eee1 commit 1c10b2e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@
"commander": "2.9.0",
"css-loader": "0.25.0",
"detect-port": "1.0.1",
"eslint": "3.6.1",
"eslint": "3.8.1",
"eslint-config-airbnb": "12.0.0",
"eslint-plugin-import": "2.0.0",
"eslint-plugin-import": "1.16.0",
"eslint-plugin-json": "1.2.0",
"eslint-plugin-jsx-a11y": "2.2.2",
"eslint-plugin-react": "6.3.0",
"eslint-plugin-jsx-a11y": "2.2.3",
"eslint-plugin-react": "6.4.1",
"express": "4.14.0",
"extract-text-webpack-plugin": "2.0.0-beta.4",
"file-loader": "0.9.0",
Expand All @@ -71,8 +71,8 @@
"simple-git": "1.52.0",
"strip-ansi": "3.0.1",
"style-loader": "0.13.1",
"stylelint": "7.3.1",
"stylelint-config-standard": "13.0.2",
"stylelint": "7.5.0",
"stylelint-config-standard": "14.0.0",
"temp": "0.8.3",
"url-loader": "0.5.7",
"webpack": "2.1.0-beta.25",
Expand Down

0 comments on commit 1c10b2e

Please sign in to comment.