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

Unified Diff: .eslintrc.json

Issue 29860555: Issue 6717 - Part 2: run qunit in headless firefox (Closed) Base URL: https://hg.adblockplus.org/adblockpluschrome/file/3270e924ba9f
Patch Set: Fix type in README.md Created Aug. 22, 2018, 7:04 a.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
« no previous file with comments | « no previous file | README.md » ('j') | package.json » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: .eslintrc.json
diff --git a/.eslintrc.json b/.eslintrc.json
index 0756430ac8d3127e1c7e920d1079ca6768bf3e42..f5a406e5c25c20d0b4617e2714fe89bb94ab60c9 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -9,6 +9,8 @@
"exports": true,
"ext": true,
"module": true,
- "require": true
+ "require": true,
+ "process": true,
+ "__dirname": true
hub 2018/08/22 16:13:56 also I'm wondering if this shouldn't go into a sub
Sebastian Noack 2018/08/22 18:16:38 Well, rather than whitelisting particular globals,
tlucas 2018/08/22 20:24:00 As a matter of fact, this was previously only nece
}
}
« no previous file with comments | « no previous file | README.md » ('j') | package.json » ('J')

Powered by Google App Engine
This is Rietveld