 Issue 29374674:
  Issue 4864 - Start using ESLint for adblockpluschrome  (Closed)
    
  
    Issue 29374674:
  Issue 4864 - Start using ESLint for adblockpluschrome  (Closed) 
  | Index: background.js | 
| diff --git a/background.js b/background.js | 
| index 3df38b6b5797b9ecaae1b53b9f558db14b814242..8d07184c5b9cee7723e3f11d1f44afdb90815dee 100644 | 
| --- a/background.js | 
| +++ b/background.js | 
| @@ -41,11 +41,9 @@ port.on("get-selectors", (msg, sender) => | 
| ); | 
| } | 
| else | 
| - { | 
| selectors = []; | 
| - } | 
| - return {selectors: selectors, trace: trace}; | 
| + return {selectors, trace}; | 
| }); | 
| port.on("forward", (msg, sender) => |