From 5491b8cc84f4c70c7ffbb9cae15fa34dd297428e Mon Sep 17 00:00:00 2001 From: "Navy.gif" Date: Sat, 26 Mar 2022 22:14:27 +0200 Subject: [PATCH] eslint --- .eslintrc.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index 494d1f8..37cd8aa 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -18,7 +18,8 @@ "code": 140, "ignoreComments": true, "ignoreStrings": true, - "ignoreTemplateLiterals": true + "ignoreTemplateLiterals": true, + "ignoreRegExpLiterals": true }], "accessor-pairs": "warn", "array-callback-return": "warn",