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

Side by Side Diff: lib/.eslintrc.json

Issue 29545700: Issue 5685 - Pass ESLint (Closed) Base URL: https://hg.adblockplus.org/libadblockplus/
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:
View unified diff | Download patch
« no previous file with comments | « .eslintignore ('k') | lib/api.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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,
14 "extractHostFromURL": true,
15 "isThirdParty": true,
16 "Cu": true
13 } 17 }
14 } 18 }
OLDNEW
« no previous file with comments | « .eslintignore ('k') | lib/api.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld