 Issue 29374674:
  Issue 4864 - Start using ESLint for adblockpluschrome  (Closed)
    
  
    Issue 29374674:
  Issue 4864 - Start using ESLint for adblockpluschrome  (Closed) 
  | Index: .eslintrc.json | 
| diff --git a/.eslintrc.json b/.eslintrc.json | 
| new file mode 100644 | 
| index 0000000000000000000000000000000000000000..3742233793c9308f1ca006a91ae52c2e0193d07e | 
| --- /dev/null | 
| +++ b/.eslintrc.json | 
| @@ -0,0 +1,13 @@ | 
| +{ | 
| + "extends": "eslint-config-eyeo", | 
| + "root": true, | 
| + "env": { | 
| + "browser": true, | 
| + "webextensions": true | 
| + }, | 
| + "globals": { | 
| + "exports": true, | 
| + "ext": true, | 
| + "require": true | 
| + } | 
| +} |