UNPKG
objection-visibility
Version:
latest (1.2.0)
1.2.0
1.1.0
1.0.0
0.4.0
0.3.2
0.3.1
0.3.0
0.2.0
0.1.0
Objectionjs plugin to whitelist/blacklist model properties
oscaroox/objection-visibility
objection-visibility
/
tslint.json
12 lines
•
235 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
{
"defaultSeverity"
:
"error"
,
"extends"
:
[
"tslint:recommended"
]
,
"jsRules"
:
{
}
,
"rules"
:
{
"object-literal-sort-keys"
:
false
,
"no-unused-expression"
:
false
}
,
"rulesDirectory"
:
[
]
}