lintをGitHub Actions でするように (#6101)
* package.json の lint スクリプトを修正 * lint アクションを追加 * yarn lint --fix * 手動修正
This commit is contained in:
+3
-1
@@ -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": []
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user