From c18f6fde80c4672df2d2b98d4ecd45bb2958a97d Mon Sep 17 00:00:00 2001 From: rinsuki <428rinsuki+git@gmail.com> Date: Wed, 4 Mar 2020 11:45:33 +0900 Subject: lintをGitHub Actions でするように (#6101) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * package.json の lint スクリプトを修正 * lint アクションを追加 * yarn lint --fix * 手動修正 --- tslint.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tslint.json') diff --git a/tslint.json b/tslint.json index 733c291f3c..4a072b4ffe 100644 --- a/tslint.json +++ b/tslint.json @@ -61,7 +61,9 @@ "no-duplicated-branches": false, "no-identical-conditions": false, "no-useless-cast": false, - "no-hardcoded-credentials": false + "no-hardcoded-credentials": false, + "no-nested-switch": false, + "unified-signatures": false }, "rulesDirectory": [] } -- cgit v1.2.3-freya