From 11807953f24d860b4a30a9ccefdc02499ee0393e Mon Sep 17 00:00:00 2001 From: yushijinhun Date: Sat, 20 Oct 2018 22:23:48 +0800 Subject: [PATCH] Disable TSLint's member-ordering check I don't think the fucking check can give any help to the code quality --- tslint.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tslint.json b/tslint.json index 8af336e..48212b6 100644 --- a/tslint.json +++ b/tslint.json @@ -25,7 +25,8 @@ "LF" ], "max-classes-per-file": false, - "interface-name": false + "interface-name": false, + "member-ordering": false }, "rulesDirectory": [] }