Skip to content

Commit

Permalink
Relax rule: Spacing around * in generator functions
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
feross committed Jul 23, 2016
1 parent 730e8eb commit 18ab64f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion eslintrc.json
Expand Up @@ -38,7 +38,6 @@
"dot-location": [2, "property"],
"eol-last": 2,
"eqeqeq": [2, "allow-null"],
"generator-star-spacing": [2, { "before": true, "after": true }],
"handle-callback-err": [2, "^(err|error)$" ],
"indent": [2, 2, { "SwitchCase": 1 }],
"key-spacing": [2, { "beforeColon": false, "afterColon": true }],
Expand Down

0 comments on commit 18ab64f

Please sign in to comment.