Skip to content
This repository has been archived by the owner on Jul 9, 2021. It is now read-only.

Commit

Permalink
[fixed] updated to ESLint v1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thealjey committed Oct 31, 2015
1 parent fd40706 commit bcda000
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions config/eslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,3 +103,5 @@ rules:
no-mixed-spaces-and-tabs: [ 2, false ]
no-magic-numbers: [ 2, { enforceConst: true, detectObjects: true } ]
no-empty-pattern: 2
arrow-body-style: [ 2, as-needed ]
no-arrow-condition: 2
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"babel-loader": "^5.3.3",
"babel-runtime": "^5.8.29",
"clean-css": "^3.4.6",
"eslint": "^1.7.3",
"eslint": "^1.8.0",
"eslint-config-airbnb": "^0.1.0",
"eslint-plugin-babel": "^2.1.1",
"eslint-plugin-lodash": "^0.1.4",
Expand Down

0 comments on commit bcda000

Please sign in to comment.