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

Commit

Permalink
[fixed] updated eslint to v1.6.0 and enabled the no-negated-condition…
Browse files Browse the repository at this point in the history
… rule
  • Loading branch information
thealjey committed Oct 4, 2015
1 parent d7beb8a commit 0c90d71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions config/eslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,3 +117,4 @@ rules:
max-params: [ 2, 10 ]
no-console: 0
id-length: 0
no-negated-condition: 2
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"babel-loader": "^5.3.2",
"babel-runtime": "^5.8.25",
"clean-css": "^3.4.5",
"eslint": "^1.5.1",
"eslint": "^1.6.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 0c90d71

Please sign in to comment.