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

Unified Diff: .eslintrc.json

Issue 29715555: Issue 6447 - Switch to Harmony modules in lib/* (Closed) Base URL: https://hg.adblockplus.org/adblockpluscore/
Patch Set: Created March 6, 2018, 7:42 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 | lib/common.js » ('j') | lib/common.js » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: .eslintrc.json
===================================================================
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -1,4 +1,7 @@
{
"extends": "eslint-config-eyeo",
- "root": true
+ "root": true,
+ "parserOptions": {
+ "sourceType": "module"
Manish Jethani 2018/03/06 07:44:52 We have to do this, otherwise import and export ar
+ }
}
« no previous file with comments | « no previous file | lib/common.js » ('j') | lib/common.js » ('J')

Powered by Google App Engine
This is Rietveld