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