-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
eslint.config.js #3176
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
Labels
Comments
That's an issue with |
@ljharb Hey, thanks for the answer. Do you know how i can fix this? |
Ah, on a reread it seems like an issue with this plugin. Specifically, we use |
Duplicate of #1810 Try https://github.com/import-js/eslint-import-resolver-typescript |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I only got it to work in eslint flat config files like this:
It is working. The linting gives me an error when i try to export a let or a var.
i'm not using the pluginImport inside the extends array since i want to turn on each rule by my self.
Also when i use
extends: ["js/recommended", pluginImport.flatConfigs.recommended]
i'm able to use the import name inside the rules config, but the named rule starts to give me a problem:I'm new to javascript and linting.
Thanks in advance.
The text was updated successfully, but these errors were encountered: