From 140ebceff976fe7229c40306b1a8af6e30098833 Mon Sep 17 00:00:00 2001 From: Pine Wu Date: Tue, 23 Oct 2018 22:17:55 -0700 Subject: [PATCH] Drop one more rule from tslint --- hellocode-sample/tslint.json | 1 - webview-sample/tslint.json | 1 - 2 files changed, 2 deletions(-) diff --git a/hellocode-sample/tslint.json b/hellocode-sample/tslint.json index f10fd18c..0ab0ca6e 100644 --- a/hellocode-sample/tslint.json +++ b/hellocode-sample/tslint.json @@ -1,7 +1,6 @@ { "rules": { "indent": [true, "tabs"], - "quotemark": [true, "single"], "semicolon": [true, "always"] } } \ No newline at end of file diff --git a/webview-sample/tslint.json b/webview-sample/tslint.json index f10fd18c..0ab0ca6e 100644 --- a/webview-sample/tslint.json +++ b/webview-sample/tslint.json @@ -1,7 +1,6 @@ { "rules": { "indent": [true, "tabs"], - "quotemark": [true, "single"], "semicolon": [true, "always"] } } \ No newline at end of file