Skip to content

Commit 18ab64f

Browse files
committed
Relax rule: Spacing around * in generator functions
There is an issue with the interaction between babel-eslint and eslint. See eslint/eslint#6274 I think we'll just have to disable the generator-star-spacing rule until ESLint has support for the async keyword. Bummer. See standard/standard#564 (comment)
1 parent 730e8eb commit 18ab64f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

eslintrc.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838
"dot-location": [2, "property"],
3939
"eol-last": 2,
4040
"eqeqeq": [2, "allow-null"],
41-
"generator-star-spacing": [2, { "before": true, "after": true }],
4241
"handle-callback-err": [2, "^(err|error)$" ],
4342
"indent": [2, 2, { "SwitchCase": 1 }],
4443
"key-spacing": [2, { "beforeColon": false, "afterColon": true }],

0 commit comments

Comments
 (0)