Index: test/.eslintrc.json |
=================================================================== |
--- a/test/.eslintrc.json |
+++ b/test/.eslintrc.json |
@@ -1,12 +1,9 @@ |
{ |
"env": { |
"node": true |
}, |
- "globals": { |
- "URL": true |
- }, |
"rules": { |
"max-len": "off", |
"no-console": "off" |
} |
} |