From b0c1c5cb478708b7c37c643d7b4e0f28445a3e1f Mon Sep 17 00:00:00 2001 From: yuche Date: Mon, 26 Mar 2018 19:38:49 +0800 Subject: [PATCH] chore: remove unsupported rules --- tslint.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/tslint.json b/tslint.json index 730855a6..11c449a2 100644 --- a/tslint.json +++ b/tslint.json @@ -23,8 +23,6 @@ "no-object-literal-type-assertion": false, "member-access": false, "object-literal-sort-keys": false, - "jsx-alignment": true, - "jsx-self-close": true, "jsx-no-multiline-js": false, "quotemark": [ true,