/import-no-extraneous-dependencies

"import/no-extraneous-dependencies" rule does not work if the real package XXX is not listed in package.json, but package @types/XXX is specified for it

Primary LanguageJavaScript

import-no-extraneous-dependencies

"import/no-extraneous-dependencies" rule does not work if the real package XXX is not declared in package.json, but package @types/XXX is declared for it

npm run lint