diff options
| author | Aya Morisawa <AyaMorisawa4869@gmail.com> | 2016-12-29 09:55:50 +0900 |
|---|---|---|
| committer | Aya Morisawa <AyaMorisawa4869@gmail.com> | 2016-12-29 09:56:08 +0900 |
| commit | 307f2626f6c5cdd5379b0a3b147d76f0e6fd40e0 (patch) | |
| tree | 19e33990605a7de9c57064ca6f451606d308e467 /tslint.json | |
| parent | Not check linebreak-style (diff) | |
| download | sharkey-307f2626f6c5cdd5379b0a3b147d76f0e6fd40e0.tar.gz sharkey-307f2626f6c5cdd5379b0a3b147d76f0e6fd40e0.tar.bz2 sharkey-307f2626f6c5cdd5379b0a3b147d76f0e6fd40e0.zip | |
Remove needless settings
Diffstat (limited to 'tslint.json')
| -rw-r--r-- | tslint.json | 3 |
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", |