diff --git a/tslint.json b/tslint.json index 3b43f8f..5383828 100644 --- a/tslint.json +++ b/tslint.json @@ -12,6 +12,6 @@ "no-consecutive-blank-lines": false, "object-literal-sort-keys": false, "ordered-imports": false, - "quotemark": [true, "single"] + "quotemark": [false, "single"] } }