 Issue 29545700:
  Issue 5685 - Pass ESLint  (Closed) 
  Base URL: https://hg.adblockplus.org/libadblockplus/
    
  
    Issue 29545700:
  Issue 5685 - Pass ESLint  (Closed) 
  Base URL: https://hg.adblockplus.org/libadblockplus/| Index: lib/.eslintrc.json | 
| =================================================================== | 
| --- a/lib/.eslintrc.json | 
| +++ b/lib/.eslintrc.json | 
| @@ -4,11 +4,17 @@ | 
| }, | 
| "globals": { | 
| "console": true, | 
| "setTimeout": true, | 
| "_triggerEvent": true, | 
| "_appInfo": true, | 
| "_fileSystem": true, | 
| "_webRequest": true, | 
| - "_preconfiguredPrefs": true | 
| + "_preconfiguredPrefs": true, | 
| + "onShutdown": true, | 
| + "extractHostFromURL": true, | 
| + "isThirdParty": true, | 
| + "Cu": true, | 
| + "Cc": true, | 
| + "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.
 | 
| } | 
| } |