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

Flycheck won't enable eslint 6 #1600

Closed
DamienCassou opened this issue Jul 8, 2019 · 1 comment
Closed

Flycheck won't enable eslint 6 #1600

DamienCassou opened this issue Jul 8, 2019 · 1 comment

Comments

@DamienCassou
Copy link
Contributor

To detect if flycheck-eslint should be enabled, the command eslint --print-config . is executed. Eslint 6 has disabled passing a directory to --print-config: eslint/eslint#11874. The solution is to pass a filename instead.

DamienCassou added a commit to DamienCassou/flycheck that referenced this issue Jul 8, 2019
@cpitclaudel
Copy link
Member

I think we already have #1593 :)

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

No branches or pull requests

2 participants