diff options
| author | rinsuki <428rinsuki+git@gmail.com> | 2020-03-04 11:45:33 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-03-04 11:45:33 +0900 |
| commit | c18f6fde80c4672df2d2b98d4ecd45bb2958a97d (patch) | |
| tree | 847bfbfebf117b7a6d01345307cc8dcbfcf20f32 /tslint.json | |
| parent | Merge pull request #6121 from syuilo/patch/autogen/v11 (diff) | |
| download | sharkey-c18f6fde80c4672df2d2b98d4ecd45bb2958a97d.tar.gz sharkey-c18f6fde80c4672df2d2b98d4ecd45bb2958a97d.tar.bz2 sharkey-c18f6fde80c4672df2d2b98d4ecd45bb2958a97d.zip | |
lintをGitHub Actions でするように (#6101)
* package.json の lint スクリプトを修正
* lint アクションを追加
* yarn lint --fix
* 手動修正
Diffstat (limited to 'tslint.json')
| -rw-r--r-- | tslint.json | 4 |
1 files changed, 3 insertions, 1 deletions
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": [] } |