# Motorcycle TSLint Configuration

TSLint Configuration for Motorcycle.js

## Let me have it!
```sh
npm install --save-dev @motorcycle/tslint
```

## Use it
```typescript
// tslint.json
{
  "extends": [
    "@motorcycle/tslint"
  ]
}
```
