diff --git a/.ts-eslintrc.json b/.ts-eslintrc.json index ad915f5..bfa02f5 100644 --- a/.ts-eslintrc.json +++ b/.ts-eslintrc.json @@ -71,6 +71,7 @@ "implicit-arrow-linebreak": "warn", "indent": "warn", "init-declarations": "warn", + "quotes": ["error" , "single"], "jsx-quotes": ["warn", "prefer-single"], "key-spacing": ["warn", { "beforeColon": false, "afterColon": true }], "keyword-spacing": ["warn", { "after": true, "before": true }],