From ecd9c52fba72b1872fab635c04570d6061090da6 Mon Sep 17 00:00:00 2001 From: alschmiedt Date: Fri, 29 Mar 2019 11:06:08 -0700 Subject: [PATCH] Ignores urls for eslint --- .eslintrc.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 }],