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

Unified Diff: test/.eslintrc.json

Issue 29760704: Issue 6592 - Implement $rewrite filter option (Closed) Base URL: https://hg.adblockplus.org/adblockpluscore/
Patch Set: Just inject URL into the sandbox globals. Created May 17, 2018, 12:50 p.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
Index: test/.eslintrc.json
===================================================================
--- a/test/.eslintrc.json
+++ b/test/.eslintrc.json
@@ -1,9 +1,12 @@
{
"env": {
"node": true
},
+ "globals": {
+ "URL": true
+ },
"rules": {
"max-len": "off",
"no-console": "off"
}
}
« lib/filterClasses.js ('K') | « lib/filterClasses.js ('k') | test/_common.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld