Disable TSLint's member-ordering check
I don't think the fucking check can give any help to the code quality
This commit is contained in:
parent
2b5f664f9e
commit
11807953f2
|
|
@ -25,7 +25,8 @@
|
|||
"LF"
|
||||
],
|
||||
"max-classes-per-file": false,
|
||||
"interface-name": false
|
||||
"interface-name": false,
|
||||
"member-ordering": false
|
||||
},
|
||||
"rulesDirectory": []
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue