UNPKG
@div-int/typedfsm
Version:
latest (0.0.5)
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
0.0.0
A TypeScript finite state machine library
github.com/div-int/typedfsm
div-int/typedfsm
@div-int/typedfsm
/
tslint.json
19 lines
•
354 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"defaultSeverity"
:
"error"
,
"extends"
:
[
"tslint-config-airbnb"
]
,
"jsRules"
:
{
}
,
"rules"
:
{
"max-line-length"
:
false
,
"variable-name"
:
{
"options"
:
[
"ban-keywords"
,
"check-format"
,
"allow-leading-underscore"
,
"allow-pascal-case"
]
}
}
,
"rulesDirectory"
:
[
]
}