Closed crisfcodes closed 3 years ago
We're working on this kinda: https://github.com/kentcdodds/eslint-config-kentcdodds/pull/98
@kentcdodds other thing is, every first import thrown:
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)
this happend in all files
Is that happening in your editor? It's possible you need to restart your editor. Those rules are definitely available if everything's installed correctly. It's just that sometimes the eslint plugins don't pick up when you reinstall dependencies.
The original issue should be fixed now.
It's normal or intentional to run
jest
andtesting-library
rules in tsx component files?