 Issue 29375915:
  Issue 4878 - Start using ESLint for adblockpluscore  (Closed)
    
  
    Issue 29375915:
  Issue 4878 - Start using ESLint for adblockpluscore  (Closed) 
  | Left: | ||
| Right: | 
| OLD | NEW | 
|---|---|
| (Empty) | |
| 1 { | |
| 2 "extends": "eslint-config-eyeo", | |
| 3 "root": true, | |
| 4 "globals": { | |
| 5 "atob": true, | |
| 6 "console": true, | |
| 
Wladimir Palant
2017/03/02 14:06:42
I'd suggest removing this again, we currently don'
 
kzar
2017/03/08 12:33:25
Done.
 | |
| 7 "exports": true, | |
| 8 "module": true, | |
| 9 "onShutdown": true, | |
| 10 "require": true, | |
| 11 "Cc": true, | |
| 12 "Ci": true, | |
| 13 "Cu": true, | |
| 14 "FileUtils": true, | |
| 15 "Services": true, | |
| 16 "URL": true, | |
| 17 "XPCOMUtils": true, | |
| 18 "XMLHttpRequest": true | |
| 19 } | |
| 20 } | |
| OLD | NEW |