From dc147d0abd3e367e5d70c70fcbd63d283ace6136 Mon Sep 17 00:00:00 2001 From: DIYgod Date: Sat, 9 Mar 2024 20:12:52 +0800 Subject: [PATCH] chore: disable no-useless-escape error --- .eslintrc.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.json b/.eslintrc.json index 56bc69953..d3267c225 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -46,6 +46,7 @@ "prefer-arrow-callback": 2, "prefer-const": 2, "prefer-object-has-own": 2, + "no-useless-escape": 1, "prefer-regex-literals": ["error", { "disallowRedundantWrapping": true }], "require-await": 2, // typescript