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

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

Issue 29545700: Issue 5685 - Pass ESLint (Closed) Base URL: https://hg.adblockplus.org/libadblockplus/
Left Patch Set: Created Sept. 15, 2017, 7:38 p.m.
Right Patch Set: Address review comments Created Sept. 18, 2017, 12:42 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 | « .eslintignore ('k') | lib/api.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 "commonjs": true 3 "commonjs": true
4 }, 4 },
5 "globals": { 5 "globals": {
6 "console": true, 6 "console": true,
7 "setTimeout": true, 7 "setTimeout": true,
8 "_triggerEvent": true, 8 "_triggerEvent": true,
9 "_appInfo": true, 9 "_appInfo": true,
10 "_fileSystem": true, 10 "_fileSystem": true,
11 "_webRequest": true, 11 "_webRequest": true,
12 "_preconfiguredPrefs": true, 12 "_preconfiguredPrefs": true,
13 "onShutdown": true, 13 "onShutdown": true,
14 "extractHostFromURL": true, 14 "extractHostFromURL": true,
15 "isThirdParty": true, 15 "isThirdParty": true,
16 "Cu": true, 16 "Cu": true
17 "Cc": true,
18 "Ci": true
sergei 2017/09/18 07:59:04 Is it necessary to have Cc and Ci for libadblockpl
hub 2017/09/18 12:43:04 not in here, indeed.
19 } 17 }
20 } 18 }
LEFTRIGHT

Powered by Google App Engine
This is Rietveld