I have error "Definition for rule 'import/no-unresolved' was not found"

See original GitHub issue

i 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 image

package.json image

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:1
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
pksunkaracommented, Dec 6, 2021

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.

0reactions
bodograumanncommented, Dec 1, 2021

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 ?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found