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

Side by Side 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.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | lib/common.js » ('j') | lib/common.js » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "extends": "eslint-config-eyeo", 2 "extends": "eslint-config-eyeo",
3 "root": true 3 "root": true,
4 "parserOptions": {
5 "sourceType": "module"
Manish Jethani 2018/03/06 07:44:52 We have to do this, otherwise import and export ar
6 }
4 } 7 }
OLDNEW
« no previous file with comments | « no previous file | lib/common.js » ('j') | lib/common.js » ('J')

Powered by Google App Engine
This is Rietveld