Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Eslint and Standard JS conflicts about generator functions #1522

Closed
lzhuor opened this issue Mar 12, 2019 · 0 comments · Fixed by #1523
Closed

Eslint and Standard JS conflicts about generator functions #1522

lzhuor opened this issue Mar 12, 2019 · 0 comments · Fixed by #1523

Comments

@lzhuor
Copy link
Contributor

lzhuor commented Mar 12, 2019

🐛Bug Report 🐛

I am currently using ESlint plugin in my editor (WebStorm).

Standard JS requires spacing before and after * of a generator function.
image

The space will be removed during pre-commit phase (lint-staged) and then editor will show lint error again. It becomes cyclic.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant