Skip to content
This repository was archived by the owner on Nov 3, 2025. It is now read-only.

Commit 7523377

Browse files
committed
🔧 (tslint) remove member-ordering
1 parent 7d92a1b commit 7523377

1 file changed

Lines changed: 1 addition & 16 deletions

File tree

tslint.json

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -10,22 +10,7 @@
1010
"member-access": false,
1111
"arrow-parens": false,
1212
"semicolon": false,
13-
"member-ordering": [
14-
true,
15-
{
16-
"order": [
17-
"private-constructor",
18-
"public-constructor",
19-
"private-static-field",
20-
"public-static-field",
21-
"private-instance-field",
22-
"public-instance-field",
23-
"private-instance-method",
24-
"protected-instance-method",
25-
"public-instance-method"
26-
]
27-
}
28-
]
13+
"member-ordering": false
2914
},
3015
"rulesDirectory": [],
3116
"linterOptions": {

0 commit comments

Comments
 (0)