diff --git a/.eslintrc.json b/.eslintrc.json index bc5a5f3c6..06a71cb16 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -33,7 +33,8 @@ "code": 100, "tabWidth": 4, "ignoreStrings": true, - "ignoreRegExpLiterals": true + "ignoreRegExpLiterals": true, + "ignoreUrls": true } ], "no-trailing-spaces": ["error", { "skipBlankLines": true }],