Skip to content

Commit e36ddfa

Browse files
committed
Upgrade ESLint dependency
1 parent 0dcb3d4 commit e36ddfa

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.eslintrc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@
4646
"no-dupe-keys": 2,
4747
"no-duplicate-case": 2,
4848
"no-empty-character-class": 2,
49-
"no-empty-label": 2,
5049
"no-eval": 2,
5150
"no-ex-assign": 2,
5251
"no-extend-native": 2,
@@ -103,15 +102,14 @@
103102
"quotes": [2, "single", "avoid-escape"],
104103
"radix": 2,
105104
"semi": [2, "always"],
106-
"space-after-keywords": [2, "always"],
105+
"keyword-spacing": 2,
107106
"space-before-blocks": [2, "always"],
108107
"space-before-function-paren": [2, {
109108
"anonymous": "always",
110109
"named": "never"
111110
}],
112111
"space-in-parens": [2, "never"],
113112
"space-infix-ops": 2,
114-
"space-return-throw-case": 2,
115113
"space-unary-ops": [2, { "words": true, "nonwords": false }],
116114
"spaced-comment": [2, "always", { "markers": ["global", "globals", "eslint", "eslint-disable", "*package", "!", ","] }],
117115
"use-isnan": 2,

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"devDependencies": {
2828
"chai": "~3.5.0",
2929
"coveralls": "~2.11.6",
30-
"eslint": "~1.3.1",
30+
"eslint": "~2.2.0",
3131
"istanbul": "~0.4.2",
3232
"mocha": "~2.4.5",
3333
"sinon": "~1.17.3",

0 commit comments

Comments
 (0)