From 1d6ab2a82b47846a89741f672fa55eecc6895b07 Mon Sep 17 00:00:00 2001 From: ArjixWasTaken Date: Mon, 29 Dec 2025 17:04:25 +0200 Subject: [PATCH] update eslint config --- eslint.config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eslint.config.mjs b/eslint.config.mjs index 2586a781..71d322b9 100644 --- a/eslint.config.mjs +++ b/eslint.config.mjs @@ -72,7 +72,7 @@ export default tsEslint.config( 'prefer-promise-reject-errors': 'off', 'stylistic/quotes': ['error', 'single', { avoidEscape: true, - allowTemplateLiterals: false, + allowTemplateLiterals: 'never', }], 'stylistic/quote-props': ['error', 'consistent'], 'stylistic/semi': ['error', 'always'],