Skip to content

Commit b524868

Browse files
committed
Update dependencies
1 parent 69e981d commit b524868

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.eslintrc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@
5050
"no-caller": 2,
5151
"no-div-regex": 2,
5252
"no-else-return": 2,
53-
"no-empty-label": 2,
5453
"no-eq-null": 2,
5554
"no-eval": 2,
5655
"no-extend-native": 2,
@@ -139,13 +138,12 @@
139138
"quote-props": [2, "as-needed"],
140139
"semi": [2, "always"],
141140
"sort-vars": [2, {"ignoreCase": true}],
142-
"space-after-keywords": 2,
141+
"keyword-spacing": 2,
143142
"space-before-blocks": 2,
144143
"object-curly-spacing": [2, "never"],
145144
"array-bracket-spacing": [2, "never"],
146145
"space-in-parens": 2,
147146
"space-infix-ops": 2,
148-
"space-return-throw-case": 2,
149147
"space-unary-ops": 2,
150148
"spaced-comment": 2,
151149
"wrap-regex": 0,

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
2525
"devDependencies": {
2626
"babel-eslint": "5.0.0-beta10",
2727
"coveralls": "2.11.6",
28-
"eslint": "2.0.0-beta.2",
28+
"eslint": "2.0.0-rc.0",
2929
"istanbul": "0.4.2",
30-
"mocha": "2.3.4"
30+
"mocha": "2.4.5"
3131
},
3232
"keywords": [
3333
"eslint",

0 commit comments

Comments
 (0)