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
Inside of VS code, eslint does not function if you extend the dts-cli as suggested in the README due to @typescript-eslint/eslint-plugin and @typescript-eslint/parser being removed from dependencies and moved into dev dependencies in b90cc74
Expected behavior
After creating the .eslintrc.js file as explained in the README, ESLint should function correctly inside of VS code. While it is common and an easy workaround to install these dependencies inside of our own projects, it should still function without doing so.
Suggested solution(s)
Add both @typescript-eslint/eslint-plugin and @typescript-eslint/parser back to the dependencies of this project
Current Behavior
Inside of VS code, eslint does not function if you extend the dts-cli as suggested in the README due to
@typescript-eslint/eslint-plugin
and@typescript-eslint/parser
being removed from dependencies and moved into dev dependencies in b90cc74Expected behavior
After creating the
.eslintrc.js
file as explained in the README, ESLint should function correctly inside of VS code. While it is common and an easy workaround to install these dependencies inside of our own projects, it should still function without doing so.Suggested solution(s)
Add both
@typescript-eslint/eslint-plugin
and@typescript-eslint/parser
back to the dependencies of this projectYour environment
The text was updated successfully, but these errors were encountered: