Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: test/.eslintrc.json

Issue 30032558: Noissue - Fix tests on NodeJS < 10 (Closed) Base URL: https://hg.adblockplus.org/adblockpluscore/
Patch Set: Remove URL from eslint globals Created March 28, 2019, 11:48 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | test/notification.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"
}
}
« no previous file with comments | « no previous file | test/notification.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld