Skip to content

Latest commit

History

History
20 lines (15 loc) 路 330 Bytes

README.md

File metadata and controls

20 lines (15 loc) 路 330 Bytes

linted

Personal TSLint configuration, using the work from tslint-config-airbnb. Adds deeper type checking.

Usage

Install it !

npm install --save-dev linted

Use it ! (this is what your tslint.json should contain)

{
  "extends": "linted"
}

That's it !