 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 "commonjs": true, | |
| 7 "webextensions": true | |
| 8 }, | |
| 9 "globals": { | |
| 10 "ext": true | |
| 11 } | |
| 12 } | |
| OLD | NEW |