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: Comment fixes. Created May 11, 2018, 3:57 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"
}
}

Powered by Google App Engine
This is Rietveld