I would like to setup an angular project which uses the airbnb typescript styleguide and also formats the code on save in vscode. I've tried to configure it with tslint-config-airbnb
and also the prettier extension. But somehow I can't manage it.
Asked
Active
Viewed 4,129 times
2

TylerH
- 20,799
- 66
- 75
- 101

ners10100100
- 65
- 2
- 5
1 Answers
1
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
.

Aram Khachatrian
- 239
- 1
- 5