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

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

Issue 30025555: Issue 6820 - Move tests to mocha (Closed) Base URL: https://hg.adblockplus.org/adblockpluscore/
Left Patch Set: Created March 7, 2019, 1:14 p.m.
Right Patch Set: Rebased Created April 10, 2019, 6:33 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « package.json ('k') | test/browser.js » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 { 1 {
2 "env": { 2 "env": {
3 "node": true, 3 "node": true,
4 "mocha": true 4 "mocha": true
5 },
6 "globals": {
7 "URL": true
8 }, 5 },
9 "rules": { 6 "rules": {
10 "max-len": "off", 7 "max-len": "off",
11 "no-console": "off" 8 "no-console": "off"
12 } 9 }
13 } 10 }
LEFTRIGHT

Powered by Google App Engine
This is Rietveld