Skip to content

Commit ca55109

Browse files
committedMay 1, 2016
Bump devDeps and eslint 2.0 settings adjustment
1 parent 3272f44 commit ca55109

File tree

2 files changed

+4
-20
lines changed

2 files changed

+4
-20
lines changed
 

‎.eslintrc

+2-18
Original file line numberDiff line numberDiff line change
@@ -43,21 +43,6 @@
4343
2,
4444
"single"
4545
],
46-
"space-after-keywords": [
47-
2,
48-
"always"
49-
],
50-
"space-before-function-paren": [
51-
2,
52-
{
53-
"anonymous": "always",
54-
"named": "never"
55-
}
56-
],
57-
"space-in-parens": [
58-
2,
59-
"never"
60-
],
6146
"strict": [
6247
2,
6348
"global"
@@ -67,6 +52,7 @@
6752
"all"
6853
],
6954
"eol-last": 2,
55+
"keyword-spacing": 2,
7056
"key-spacing": [
7157
2,
7258
{
@@ -89,7 +75,6 @@
8975
],
9076
"no-alert": 2,
9177
"no-caller": 2,
92-
"no-empty-label": 2,
9378
"no-extend-native": 2,
9479
"no-extra-bind": 2,
9580
"no-implied-eval": 2,
@@ -128,7 +113,6 @@
128113
"before": false,
129114
"after": true
130115
}
131-
],
132-
"space-return-throw-case": 2
116+
]
133117
}
134118
}

‎package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -75,15 +75,15 @@
7575
"devDependencies": {
7676
"gulp": "^3.6.0",
7777
"gulp-coveralls": "^0.1.0",
78-
"gulp-eslint": "^1.0.0",
78+
"gulp-eslint": "^2.0.0",
7979
"gulp-exclude-gitignore": "^1.0.0",
8080
"gulp-istanbul": "^0.10.0",
8181
"gulp-mocha": "^2.0.0",
8282
"gulp-nsp": "^2.1.0",
8383
"gulp-plumber": "^1.0.0",
8484
"jsdoc": "^3.3.0-beta1",
8585
"mockery": "^1.4.0",
86-
"nock": "^3.3.2",
86+
"nock": "^8.0.0",
8787
"pinkie-promise": "^2.0.0",
8888
"proxyquire": "^1.0.0",
8989
"sinon": "^1.9.1"

0 commit comments

Comments
 (0)
Please sign in to comment.