From a16d2882f9364b1543b0ef352897fdd4f8c5a68f Mon Sep 17 00:00:00 2001 From: Devin Howard Date: Tue, 11 Apr 2017 08:14:11 -0700 Subject: [PATCH] don't eslint 3rd party lib --- frontend/src/patched/regex-weburl.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/frontend/src/patched/regex-weburl.js b/frontend/src/patched/regex-weburl.js index 63fa22f2..c7a5dfb7 100644 --- a/frontend/src/patched/regex-weburl.js +++ b/frontend/src/patched/regex-weburl.js @@ -1,3 +1,4 @@ +/* eslint-disable */ // START METAMAPS CODE // From https://gist.github.com/dperini/729294. Retrieved April 11 2017. // Minor modifications made to make it exportable by devvmh. @@ -107,3 +108,4 @@ export default new RegExp( "(?:[/?#]\\S*)?" + "$", "i" ); +/* eslint-enable */