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: Created Sept. 15, 2017, 7:38 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 "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,
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.
13 } 19 }
14 } 20 }
OLDNEW

Powered by Google App Engine
This is Rietveld