From a1119e71794234c1fd45deb6729c7a208431d2a1 Mon Sep 17 00:00:00 2001 From: crusader Date: Sun, 26 Aug 2018 23:21:44 +0900 Subject: [PATCH] ing --- tslint.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tslint.json b/tslint.json index ee4a894..1186244 100644 --- a/tslint.json +++ b/tslint.json @@ -48,9 +48,9 @@ true ], "unified-signatures": true, - "prefer-for-of": true, + "prefer-for-of": false, "match-default-export-name": true, - "prefer-const": false, + "prefer-const": true, "semicolon": [ true, "always"