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

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

Issue 30032558: Noissue - Fix tests on NodeJS < 10 (Closed) Base URL: https://hg.adblockplus.org/adblockpluscore/
Left Patch Set: Created March 27, 2019, 6:58 p.m.
Right Patch Set: Remove URL from eslint globals Created March 28, 2019, 11:48 a.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
« no previous file with change/comment | « no previous file | test/notification.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
(no file at all)
1 { 1 {
2 "env": { 2 "env": {
3 "node": true 3 "node": true
4 },
5 "globals": {
6 "URL": true
7 }, 4 },
8 "rules": { 5 "rules": {
9 "max-len": "off", 6 "max-len": "off",
10 "no-console": "off" 7 "no-console": "off"
11 } 8 }
12 } 9 }
LEFTRIGHT

Powered by Google App Engine
This is Rietveld