diff options
| author | Aya Morisawa <AyaMorisawa4869@gmail.com> | 2017-04-14 19:52:27 +0900 |
|---|---|---|
| committer | Aya Morisawa <AyaMorisawa4869@gmail.com> | 2017-04-14 19:52:39 +0900 |
| commit | 798d1610f048fafd83429b5c4d1addfc1dd581e0 (patch) | |
| tree | ae9d1891768d44d89cbcbf57b4ffbf883f2f46c5 /tslint.json | |
| parent | Merge pull request #412 from syuilo/greenkeeper/riot-3.4.2 (diff) | |
| download | sharkey-798d1610f048fafd83429b5c4d1addfc1dd581e0.tar.gz sharkey-798d1610f048fafd83429b5c4d1addfc1dd581e0.tar.bz2 sharkey-798d1610f048fafd83429b5c4d1addfc1dd581e0.zip | |
Fix tslint.json
Diffstat (limited to 'tslint.json')
| -rw-r--r-- | tslint.json | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tslint.json b/tslint.json index 5ee8df26b5..644a7159ac 100644 --- a/tslint.json +++ b/tslint.json @@ -69,8 +69,7 @@ "no-switch-case-fall-through": true, "no-unsafe-finally": true, "no-unused-expression": true, - "no-unused-new": true, - "no-use-before-declare": true, + "no-use-before-declare": false, "no-var-keyword": true, "radix": true, "restrict-plus-operands": false, |