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

Powered by Google App Engine
This is Rietveld