UNPKG

@motorcycle/tslint

Version:

TSLint for Motorcycle.js Projects

19 lines (15 loc) 238 B
# 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" ] } ```