Skip to content
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

Problem with import rules #116

Open
crisfcodes opened this issue Jul 28, 2021 · 1 comment
Open

Problem with import rules #116

crisfcodes opened this issue Jul 28, 2021 · 1 comment

Comments

@crisfcodes
Copy link

I'm having problems with some import plugin rules, especifically all first import trown the same errors:

ESLint: Definition for rule '@typescript-eslint/no-unsafe-argument' was not found.(@typescript-eslint/no-unsafe-argument)
ESLint: Definition for rule 'import/no-import-module-exports' was not found.(import/no-import-module-exports)
ESLint: Definition for rule 'import/no-relative-packages' was not found.(import/no-relative-packages)
ESLint: Definition for rule 'react/no-unstable-nested-components' was not found.(react/no-unstable-nested-components)

I'm using React 17 I'm don't know if this version is causing the problems... but in all first import the problem persist.

@kentcdodds
Copy link
Owner

Hi @crisfcodes,

Did you check the installation instructions in the README about needing to install additional eslint plugins?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants