-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Crashes with latest ESLint (6.0.0-alpha.1
)
#1361
Comments
That's not an error with this plugin, that's an error with eslint 6 itself. Also, check your config file. |
Oops, I fixed it. This was a typo, bug still happens. Should this issue be transferred to the ESLint repository? |
Yes, please file an issue there. Especially if it happens with two plugins, then it's something eslint likely has to fix, not the plugins. |
Yes. I was thinking at first this was because of a breaking change and that plugin should update their code accordingly. |
It's just an alpha; no updates to any plugins are strictly required until the full release is out. |
Posted on ESLint: eslint/eslint#11720 |
Reopening, to track updating of the |
Closed with 753c9db |
Description
When used together with the latest ESLint version (
6.0.0-alpha.1
), eslint crashes..eslintrc.yml
:package.json
:package-lock.json
:file.js
:Then:
Setup configuration
6.0.0-alpha.1
2.17.2
12.2.0
19.04
Additional information
A similar bug happened with
eslint-plugin-html
.Also it seems like when I move the root directory from
/home/ehmicky/
to/home/ehmicky/Desktop/
, the bug does not appear. I am not sure why.The text was updated successfully, but these errors were encountered: