From 8953d875b57cffdfbe16d5e54018c8fccd721cf6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20LUDWIG?= Date: Sat, 10 May 2025 20:50:44 +0200 Subject: [PATCH] style: fix prettier --- eslint.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eslint.config.js b/eslint.config.js index 037319e..2fb8c4f 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -349,7 +349,7 @@ export default typescriptESLint.config( "no-useless-constructor": "off", "@typescript-eslint/no-useless-constructor": "error", - '@typescript-eslint/no-unnecessary-type-conversion': 'error', + "@typescript-eslint/no-unnecessary-type-conversion": "error", "@typescript-eslint/no-unnecessary-template-expression": "error", "@typescript-eslint/adjacent-overload-signatures": "error",