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

Unified Diff: lib/.eslintrc.json

Issue 29715577: Issue 6449 - Switch to Harmony modules (Closed) Base URL: https://hg.adblockplus.org/adblockpluschrome/
Patch Set: Add lib/.eslintrc.json Created March 6, 2018, 10:30 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 | « .eslintignore ('k') | lib/csp.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/.eslintrc.json
===================================================================
new file mode 100644
--- /dev/null
+++ b/lib/.eslintrc.json
@@ -0,0 +1,5 @@
+{
+ "parserOptions": {
+ "sourceType": "module"
Manish Jethani 2018/03/06 10:31:20 This tells ESLint to parse the files in this direc
+ }
+}
« no previous file with comments | « .eslintignore ('k') | lib/csp.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld