-
-
Notifications
You must be signed in to change notification settings - Fork 48
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
not working when using next eslint configuration #42
Comments
@barroudjo Have you tried the |
|
@barroudjo Could you create an issue with pretter-eslint then? |
Yeah, I'll take care of that. |
FYI this has a resolution, see this comment for details |
Describe the bug
Next provides an eslint config.
if you have an eslint config that references it, then this extension will fail with the following message:
My guess is that it is because the next eslint config is using @rushstack/eslint-patch which changes the way plugins are loaded.
To Reproduce
"eslint-config-next": "^12.1.6"
System Specifications (please complete the following information):
The text was updated successfully, but these errors were encountered: