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
By default, this plugins watches only.eslintrc.* files that exist in your project root directory. If you want to watch other directories, add their names.
Tips
SetTS_ESLINT_SERVICE_DISABLED env parameter and restart your IDE to turn this plugin off.
If you use older version ofESLint packages
If your eslint version is < 8.0.0, installtypescript-eslint-language-service@4.x.x.
If you use older version of@typescript-eslint packages
If your @typescript-eslint tool's version is < 4.0.0, installtypescript-eslint-language-service@3.1.x.
If your @typescript-eslint tool's version is <= 3.4.0, installtypescript-eslint-language-service@3.0.x.
If your @typescript-eslint tool's version is <= 2.x.x, installtypescript-eslint-language-service@2.x.x.