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",