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

Delta Between Two Patch Sets: test/.eslintrc.json

Issue 29760704: Issue 6592 - Implement $rewrite filter option (Closed) Base URL: https://hg.adblockplus.org/adblockpluscore/
Left Patch Set: Added test. The rewrite is now part of BlockingFilter Created April 25, 2018, 3:33 a.m.
Right Patch Set: Just inject URL into the sandbox globals. Created May 17, 2018, 12:50 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Right: Side by side diff | Download
LEFTRIGHT
(no file at all)
1 { 1 {
2 "env": { 2 "env": {
3 "node": true 3 "node": true
4 },
5 "globals": {
6 "URL": true
4 }, 7 },
5 "rules": { 8 "rules": {
6 "max-len": "off", 9 "max-len": "off",
7 "no-console": "off" 10 "no-console": "off"
8 } 11 }
9 } 12 }
LEFTRIGHT

Powered by Google App Engine
This is Rietveld