StackOverflow - StackOverflow

How to setup proper typescript linting for an angular project in vscode?

Install this plugin if not already there.

VC Code should be linting your project dynamically as you code and show errors just in time they appear.

You may need to run linting manually (or on a testing environment). In this case, you must be able to find "lint" script in your package.json which you execute as npm run lint.

Was this helpful?

Have a different question?

Can't find the answer you're looking for? Submit your own question to our community.

🛎️ Get Weekly OTA Fixes

New answers, vendor issues, and updates — straight to your inbox.