-
-
Notifications
You must be signed in to change notification settings - Fork 9
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
applySuggestions
hangs on "Opening editor..."
#347
Comments
@eddie-dunn I think this is the same as #328. Could you try the solution described in the issue? |
It might be related -- whlie EDITOR is set in my shell, Unfortunately, I cannot try again as I'm now getting this error:
I'm assuming it's looking for an eslint config file? The repo does have one:
|
Probably because eslint-interactive is using ESLint v9. ESLint v9 loads the flat config by default, not the legacy config. The .eslintrc.js is not loaded by default because it is a legacy config. To load the legacy config, start eslint-interactive with the |
Please try #347 (comment) :) |
I ran eslint-interactive via
npx
. OS is Fedora Silverblue 39.The text was updated successfully, but these errors were encountered: