Compare commits

...

1 Commits

Author SHA1 Message Date
Alex Kalyvitis
0f9b63c0d7 fix tslint member-ordering to conform to schema 2020-06-22 21:48:52 +02:00

View File

@@ -29,6 +29,9 @@
],
"member-access": true,
"member-ordering": [
true,
{
"order": [
{
"name": "static field",
"kinds": [
@@ -70,6 +73,8 @@
"private-instance-accessor"
]
}
]
}
],
"no-arg": true,
"no-bitwise": true,