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
{{ message }}
This repository was archived by the owner on Mar 7, 2019. It is now read-only.
Failed to load plugin typescript: Cannot find module 'eslint-plugin-typescript' ...
If I comment out the ruleset with typescript, eslint works :)
The @typescript-eslint library went under some changes and the eslint-plugin-typescript was required before so I suppose it's only needed to bump some dependencies in our library :) Hope this helps.
Current workaround now is to install eslint-plugin-typescript as a dev dependency into my project and everything works :)
The text was updated successfully, but these errors were encountered:
This might be fixed in 9.2.0, via #45 which also added the missing rule plugin (sorry for that, my bad 😇), could you try once more with the new version and let me know? Thanks!
Steps to reproduce:
.eslintrc.js
configuration:The
@typescript-eslint
library went under some changes and theeslint-plugin-typescript
was required before so I suppose it's only needed to bump some dependencies in our library :) Hope this helps.Current workaround now is to install
eslint-plugin-typescript
as a dev dependency into my project and everything works :)The text was updated successfully, but these errors were encountered: