I have error "Definition for rule 'import/no-unresolved' was not found"
See original GitHub issuei generated a new project using vue cli
when adding vue add storybook files are generated
and getting error when yarn storybook: serve
i don’t know why this happens, it’s a clear project

package.json

Issue Analytics
- State:
- Created 2 years ago
- Reactions:1
- Comments:8 (4 by maintainers)
Top Results From Across the Web
Definition for rule 'import/no-unresolved' was not found [eslint]
Hi, I think I've correctly configured eslint-plugin-import and my .eslintrc.js, but I'm stilling getting: Definition for rule ...
Read more >How to remove ESlint error no-unresolved from importing 'react'
Enable the rule within your config: 'import/no-unresolved': 'error'; Install and configure the TypeScript import resolver: ...
Read more >eslint/eslint - Gitter
I am having an issue with ESLint while deploying my react app to Heroku. I am getting this error "Oops! Something went wrong!...
Read more >eslint-import-resolver-typescript - npm
If you're facing some problems on rules import/default or import/named from eslint-plugin-import , do not post any issue here, because they ...
Read more >no-restricted-imports - ESLint - Pluggable JavaScript Linter
This rule allows you to specify imports that you don't want to use in your application. It applies to static imports only, not...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
It’s nothing this repo does. I think the fix here is to ignore that file in gitignore (or eslintignore) because it seems to be generated by storybook.
Seems like the eslint version is too old. But imho this internal storybook file should not be linted in the first place. Do you know why it is linted @pksunkara ?