summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2019-01-23 11:55:47 +0900
committersyuilo <syuilotan@yahoo.co.jp>2019-01-23 11:55:47 +0900
commitff898b4c207a69f002fac4f54cd9f94151a82288 (patch)
tree1add8c16a8db9227c64246d643361fb811aca5c2
parent10.78.5 (diff)
downloadsharkey-ff898b4c207a69f002fac4f54cd9f94151a82288.tar.gz
sharkey-ff898b4c207a69f002fac4f54cd9f94151a82288.tar.bz2
sharkey-ff898b4c207a69f002fac4f54cd9f94151a82288.zip
Update tslint.json
-rw-r--r--tslint.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/tslint.json b/tslint.json
index a58b4f1206..7c1f2a6765 100644
--- a/tslint.json
+++ b/tslint.json
@@ -57,7 +57,8 @@
"parameters-max-number": false,
"no-duplicated-branches": false,
"no-identical-conditions": false,
- "no-useless-cast": false
+ "no-useless-cast": false,
+ "no-hardcoded-credentials": false
},
"rulesDirectory": []
}