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
In order to make the TypeScript language server see what actually is inside eslint-plugin-github, and to correctly suggest github.getFlatConfigs, I would like to request the addition of a declaration file.
Could not find a declaration file for module 'eslint-plugin-github'. '/Users/robin/Sites/eslint-config-sweet/node_modules/eslint-plugin-github/lib/index.js' implicitly has an 'any' type. Try `npm i --save-dev @types/eslint-plugin-github` if it exists or add a new declaration (.d.ts) file containing `declare module 'eslint-plugin-github';`ts(7016)
The text was updated successfully, but these errors were encountered:
In order to make the TypeScript language server see what actually is inside
eslint-plugin-github
, and to correctly suggestgithub.getFlatConfigs
, I would like to request the addition of a declaration file.The text was updated successfully, but these errors were encountered: