 Issue 29720661:
  Issue 6391 - Allow running the browser unit tests with Firefox  (Closed) 
  Base URL: https://hg.adblockplus.org/adblockpluscore/
    
  
    Issue 29720661:
  Issue 6391 - Allow running the browser unit tests with Firefox  (Closed) 
  Base URL: https://hg.adblockplus.org/adblockpluscore/| Index: test/runners/.eslintrc.json | 
| =================================================================== | 
| new file mode 100644 | 
| --- /dev/null | 
| +++ b/test/runners/.eslintrc.json | 
| @@ -0,0 +1,8 @@ | 
| +{ | 
| + "env": { | 
| + "node": true | 
| + }, | 
| + "rules": { | 
| + "no-console": "off" | 
| + } | 
| +} |