UNPKG
minimalist-notation
Version:
latest (1.11.21)
1.11.21
1.11.20
1.11.19
1.11.18
1.11.17
1.11.16
1.11.15
1.11.14
1.11.13
1.11.12
Minimalist Notation
github.com/mr-amirka/minimalist-notation
mr-amirka/minimalist-notation
minimalist-notation
/
tslint.json
16 lines
(15 loc)
•
225 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"defaultSeverity"
:
"error"
,
"extends"
:
[
"tslint:recommended"
]
,
"jsRules"
:
{
}
,
"rules"
:
{
}
,
"rulesDirectory"
:
[
]
,
"linterOptions"
:
{
"exclude"
:
[
"node_modules"
,
"**/*.tmp*"
]
}
}