-
Notifications
You must be signed in to change notification settings - Fork 37
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
Breaks with ESLint 7.8.0 #331
Comments
Those normalization functions have been moved to eslint/eslintrc package. I can push fix to include this package as dependency and remove the require('eslint/....') |
1 task
A PR would be great; unfortunately this broke in a minor version. |
soda0289
added a commit
to soda0289/eslint-find-rules
that referenced
this issue
Sep 1, 2020
ljharb
pushed a commit
to soda0289/eslint-find-rules
that referenced
this issue
Sep 1, 2020
Confirmed eslint 7.8.0 and 7.9.0 work with eslint-find-fules 3.6.1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I get the following error with eslint 7.8.0:
Error: eslint naming functions not found
Looks like this tool tries to access the normalization functions from eslint in the file "eslint/lib/shared/naming".
https://github.com/sarbbottam/eslint-find-rules/blob/master/src/lib/normalize-plugin-name.js#L13
Looks like that file was removed in this change:
https://github.com/eslint/eslint/pull/13613/files#diff-bdb20110f0ab3020c5ffa945a4b79bce
The text was updated successfully, but these errors were encountered: