 Issue 29374674:
  Issue 4864 - Start using ESLint for adblockpluschrome  (Closed)
    
  
    Issue 29374674:
  Issue 4864 - Start using ESLint for adblockpluschrome  (Closed) 
  | Index: qunit/.eslintrc.json | 
| diff --git a/qunit/.eslintrc.json b/qunit/.eslintrc.json | 
| new file mode 100644 | 
| index 0000000000000000000000000000000000000000..99022c703d25cbcbe23b615601a1f5c08539f8de | 
| --- /dev/null | 
| +++ b/qunit/.eslintrc.json | 
| @@ -0,0 +1,5 @@ | 
| +{ | 
| + "env": { | 
| + "qunit": true | 
| + } | 
| +} |