diff --git a/.eslintrc.json b/.eslintrc.json index 352c7b9..7fc37e3 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -7,6 +7,7 @@ "rules": { "@typescript-eslint/no-explicit-any": 0, "@typescript-eslint/no-use-before-define": "warn", - "@typescript-eslint/no-unused-vars": "warn" + "@typescript-eslint/no-unused-vars": "warn", + "@typescript-eslint/quotes": ["warn", "double", {"allowTemplateLiterals": true}] } } \ No newline at end of file