Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: test/runners/.eslintrc.json

Issue 29720661: Issue 6391 - Allow running the browser unit tests with Firefox (Closed) Base URL: https://hg.adblockplus.org/adblockpluscore/
Patch Set: eslint options and gitignore Created April 24, 2018, 2:05 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
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"
+ }
+}

Powered by Google App Engine
This is Rietveld