 Issue 29374674:
  Issue 4864 - Start using ESLint for adblockpluschrome  (Closed)
    
  
    Issue 29374674:
  Issue 4864 - Start using ESLint for adblockpluschrome  (Closed) 
  | Left: | ||
| Right: | 
| OLD | NEW | 
|---|---|
| (Empty) | |
| 1 { | |
| 2 "extends": "eslint-config-eyeo", | |
| 3 "root": true, | |
| 4 "env": { | |
| 5 "browser": true, | |
| 6 "webextensions": true | |
| 7 }, | |
| 8 "globals": { | |
| 9 "exports": true, | |
| 10 "ext": true, | |
| 11 "require": true | |
| 12 } | |
| 13 } | |
| OLD | NEW |