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
"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
"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
About
"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