Skip to content
Linux on Rails edited this page Dec 26, 2016 · 1 revision

TSLint

TSLint is an extensible linter for the TypeScript language:

https://palantir.github.io/tslint/

You can have TSLint in your favorite editor:

Atom

apm install linter-tslint

Visual Studio Code

ext install tslint

Test it

Check linting in the LeanMood files:

npm run lint
Clone this wiki locally