UNPKG
tslint-plugin-decorator-member-ordering
Version:
latest (0.0.1)
0.0.1
TSLint plugin extending member-ordering rule with decorators support
tslint-plugin-decorator-member-ordering
/
test
/
decorators
/
tslint.json
17 lines
•
393 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"rulesDirectory"
:
[
"../../rules"
]
,
"rules"
:
{
"decorator-member-ordering"
:
[
true
,
{
"order"
:
[
"decorated-field"
,
"instance-field"
,
"decorated-method"
,
"constructor"
,
"instance-method"
]
}
]
}
}