From e97b16724548564d21714d7931d3853c156c0c43 Mon Sep 17 00:00:00 2001 From: canisminor1990 Date: Tue, 2 Jul 2024 00:52:36 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix:=20Fix=20eslint?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/eslint/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/eslint/index.ts b/src/eslint/index.ts index 3fc0b2d..494544a 100644 --- a/src/eslint/index.ts +++ b/src/eslint/index.ts @@ -47,6 +47,7 @@ export default { 'unicorn/prefer-logical-operator-over-ternary': 0, 'unicorn/prefer-module': 0, 'unicorn/prefer-spread': 'warn', + 'unicorn/prefer-string-raw': 0, 'unicorn/prefer-string-replace-all': 'warn', 'unicorn/prefer-type-error': 'warn', 'unicorn/prevent-abbreviations': 0,