diff --git a/.eslintrc.json b/.eslintrc.json index c639c16..4fccd98 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -64,7 +64,9 @@ "error", { "code": 100, - "ignoreComments": true + "ignoreComments": true, + "ignoreUrls": true, + "ignoreRegExpLiterals": true } ], "no-mixed-spaces-and-tabs": "error",