kentcdodds / eslint-config-kentcdodds

ESLint configuration for projects that I do... Feel free to use this!
http://eslint.org/docs/user-guide/configuring#extending-configuration-files
MIT License
340 stars 65 forks source link

Problem with import rules #116

Open crisfcodes opened 3 years ago

crisfcodes commented 3 years ago

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 commented 3 years ago

Hi @crisfcodes,

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