Skip to content

Commit d3a018b

Browse files
committed
Update gulp-eslint to 0.14.0
1 parent 5fc4049 commit d3a018b

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

.eslintrc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,10 @@
196196
space-after-keywords:
197197
- 2
198198
- "always"
199-
- checkFunctionKeyword: true
199+
space-before-function-paren:
200+
- 2
201+
- anonymous: "always"
202+
named: "never"
200203
space-before-blocks:
201204
- 2
202205
- "always"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"chai": "^2.1.2",
2020
"del": "^1.1.0",
2121
"gulp": "^3.8.8",
22-
"gulp-eslint": "^0.6.0",
22+
"gulp-eslint": "^0.14.0",
2323
"gulp-rename": "^1.2.0",
2424
"gulp-size": "^1.1.0",
2525
"gulp-streamify": "0.0.5",

0 commit comments

Comments
 (0)