UNPKG
catch-decorator-ts
Version:
latest (0.0.5)
0.0.5
Handle your exceptions elegantly
github.com/valjic1/catch-decorator-ts
valjic1/catch-decorator-ts
catch-decorator-ts
/
tslint.json
14 lines
(13 loc)
•
294 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"defaultSeverity"
:
"error"
,
"extends"
:
[
"tslint:recommended"
,
"tslint-config-prettier"
]
,
"linterOptions"
:
{
"exclude"
:
[
"node_modules/**/*.ts"
,
"node_modules/**/*.js"
]
}
,
"jsRules"
:
{
}
,
"rules"
:
{
"ban-types"
:
false
,
"no-console"
:
false
,
"no-debugger"
:
true
}
}