From 04a184822bf0d060bc749c30400726d9db1188ab Mon Sep 17 00:00:00 2001 From: Erik Date: Wed, 14 Jun 2023 22:45:23 +0200 Subject: [PATCH] Update '.ts-eslintrc.json' --- .ts-eslintrc.json | 1 + 1 file changed, 1 insertion(+) 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 }],