aboutsummaryrefslogtreecommitdiff
path: root/src/rules/typescript
diff options
context:
space:
mode:
Diffstat (limited to 'src/rules/typescript')
-rw-r--r--src/rules/typescript/default.json14
1 files changed, 13 insertions, 1 deletions
diff --git a/src/rules/typescript/default.json b/src/rules/typescript/default.json
index 0967ef4..216245a 100644
--- a/src/rules/typescript/default.json
+++ b/src/rules/typescript/default.json
@@ -1 +1,13 @@
-{}
+{
+ "@typescript-eslint/quotes": [
+ "error",
+ "double",
+ {
+ "allowTemplateLiterals": false,
+ "avoidEscape": false
+ }
+ ],
+ "quotes": [
+ "off"
+ ]
+}