don't eslint 3rd party lib

This commit is contained in:
Devin Howard 2017-04-11 08:14:11 -07:00
parent 512def3944
commit a16d2882f9

View file

@ -1,3 +1,4 @@
/* eslint-disable */
// START METAMAPS CODE // START METAMAPS CODE
// From https://gist.github.com/dperini/729294. Retrieved April 11 2017. // From https://gist.github.com/dperini/729294. Retrieved April 11 2017.
// Minor modifications made to make it exportable by devvmh. // Minor modifications made to make it exportable by devvmh.
@ -107,3 +108,4 @@ export default new RegExp(
"(?:[/?#]\\S*)?" + "(?:[/?#]\\S*)?" +
"$", "i" "$", "i"
); );
/* eslint-enable */