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