Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 238 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 238 Bytes

Motorcycle TSLint Configuration

TSLint Configuration for Motorcycle.js

Let me have it!

npm install --save-dev @motorcycle/tslint

Use it

// tslint.json
{
  "extends": [
    "@motorcycle/tslint"
  ]
}