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

Side by Side 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.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
OLDNEW
1 { 1 {
2 "env": { 2 "env": {
3 "node": true 3 "node": true
4 }, 4 },
5 "globals": {
6 "URL": true
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 }
OLDNEW
« 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