don't eslint 3rd party lib
This commit is contained in:
parent
512def3944
commit
a16d2882f9
1 changed files with 2 additions and 0 deletions
|
@ -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 */
|
||||||
|
|
Loading…
Add table
Reference in a new issue