Skip to content

Commit

Permalink
feat(package): added eslint 2.11.0 rules
Browse files Browse the repository at this point in the history
  • Loading branch information
valorkin committed May 30, 2016
1 parent 8619eb5 commit 06ca550
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"no-irregular-whitespace": 2,
"no-negated-in-lhs": 2,
"no-obj-calls": 2,
"no-prototype-builtins": 2,
"no-regex-spaces": 2,
"no-sparse-arrays": 2,
"no-unexpected-multiline": 2,
Expand Down Expand Up @@ -116,6 +117,7 @@
"no-useless-call": 2,
"no-useless-concat": 2,
"no-useless-escape": 2,
"no-useless-rename": 2,
"no-void": 2,
"no-warning-comments": 1,
"no-with": 2,
Expand Down Expand Up @@ -269,6 +271,7 @@
"space-infix-ops": 2,
"space-unary-ops": 2,
"spaced-comment": 0,
"unicode-bom": [2, "never"],
"wrap-regex": 0,
// ECMAScript 6
"arrow-body-style": 2,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"homepage": "https://github.com/valor-software/eslint-config-valorsoft#readme",
"dependencies": {
"eslint": "2.10.2"
"eslint": "2.11.0"
},
"devDependencies": {
"chai": "3.5.0",
Expand Down

0 comments on commit 06ca550

Please sign in to comment.