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 am getting an error when when importing eslint-plugin-import package in my eslint.config.ts
TS7016: Could not find a declaration file for module eslint-plugin-import.
<my-workspace>/ node_modules/.pnpm/ eslint-plugin-import@2.31.0_@typescript-eslint+parser@8.29.0_eslint@9.23.0_typescript@5_dcf22efc320c1ef62df8b49e85fd649b/ node_modules/ eslint-plugin-import/ lib/ index. js
implicitly has an any type.
Try npm i --save-dev @types/ eslint-plugin-import if it exists or add a new declaration (.d. ts) file containing declare module 'eslint-plugin-import';