summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAya Morisawa <AyaMorisawa4869@gmail.com>2016-12-29 09:55:50 +0900
committerAya Morisawa <AyaMorisawa4869@gmail.com>2016-12-29 09:56:08 +0900
commit307f2626f6c5cdd5379b0a3b147d76f0e6fd40e0 (patch)
tree19e33990605a7de9c57064ca6f451606d308e467
parentNot check linebreak-style (diff)
downloadsharkey-307f2626f6c5cdd5379b0a3b147d76f0e6fd40e0.tar.gz
sharkey-307f2626f6c5cdd5379b0a3b147d76f0e6fd40e0.tar.bz2
sharkey-307f2626f6c5cdd5379b0a3b147d76f0e6fd40e0.zip
Remove needless settings
-rw-r--r--tslint.json3
1 files changed, 0 insertions, 3 deletions
diff --git a/tslint.json b/tslint.json
index 3760b00141..3e343c482a 100644
--- a/tslint.json
+++ b/tslint.json
@@ -42,7 +42,6 @@
],
"no-construct": true,
"no-debugger": true,
- "no-duplicate-key": true,
"no-duplicate-variable": true,
"no-empty": true,
"no-eval": false,
@@ -52,7 +51,6 @@
"no-shadowed-variable": false,
"no-string-literal": false,
"no-switch-case-fall-through": true,
- "no-unreachable": true,
"no-unsafe-finally": true,
"no-unused-expression": true,
"no-unused-new": true,
@@ -91,7 +89,6 @@
"new-parens": true,
"no-angle-bracket-type-assertion": true,
"no-consecutive-blank-lines": true,
- "no-constructor-vars": true,
"object-literal-key-quotes": false,
"one-line": [true,
"check-catch",