Skip to content

Commit

Permalink
Updated ESlint version and rules
Browse files Browse the repository at this point in the history
  • Loading branch information
nicjansma committed Apr 4, 2016
1 parent 7ef308a commit 2d18f66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
"no-array-constructor": 2,
"no-caller": 2,
"no-catch-shadow": 2,
"no-empty-label": 2,
"no-eval": 2,
"no-extend-native": 2,
"no-extra-bind": 2,
Expand All @@ -32,7 +31,6 @@
"no-label-var": 2,
"no-labels": 2,
"no-lone-blocks": 2,
"no-loop-func": 2,
"no-multi-spaces": 2,
"no-multi-str": 2,
"no-native-reassign": 2,
Expand All @@ -59,7 +57,7 @@
"semi": 2,
"semi-spacing": [2, {"before": false, "after": true}],
"space-infix-ops": 2,
"space-return-throw-case": 2,
"keyword-spacing": 2,
"space-unary-ops": [2, { "words": true, "nonwords": false }],
"strict": [2, "function"],
"yoda": [2, "never"],
Expand Down Expand Up @@ -91,10 +89,8 @@
"no-multiple-empty-lines": [1, {"max": 1}],
"no-nested-ternary": 2,
"space-before-function-paren": [2, "never"],
"space-after-keywords": 1,
"space-before-blocks": 1,
"space-in-parens": 1,
"space-unary-ops": 1,
"spaced-comment": 1,
"max-len": [1, 120, 4],

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"colors": "^1.1.2",
"gulp": "^3.8.10",
"gulp-bower": "0.0.11",
"gulp-eslint": "^0.1.8",
"gulp-eslint": "^2.0.0",
"gulp-jsoncombine": "^1.0.3",
"gulp-rename": "^1.2.0",
"gulp-spawn-mocha": "^2.2.1",
Expand Down

0 comments on commit 2d18f66

Please sign in to comment.