UNPKG
@motorcycle/tslint
Version:
latest (3.1.0)
3.1.0
3.0.0
2.0.6
2.0.5
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
1.4.0
1.3.0
1.2.0
1.1.0
1.0.0
TSLint for Motorcycle.js Projects
github.com/motorcyclejs/tslint
motorcyclejs/tslint
@motorcycle/tslint
/
README.md
19 lines
(15 loc)
•
238 B
Markdown
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# 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" ] } `
``