You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
I'm having problems with some
import
plugin rules, especifically all first import trown the same errors: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.The text was updated successfully, but these errors were encountered: