Installation and setup

suggest change

To install tslint run command

npm install -g tslint

Tslint is configured via file tslint.json. To initialize default configuration run command

tslint --init

To check file for possible errors in file run command

tslint filename.ts

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents