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

Delta Between Two Patch Sets: .eslintrc.json

Issue 29577555: Issue 5080 - Start using our new webpack build system (Closed)
Left Patch Set: Update buildtools dependency to include typo fix Created Oct. 15, 2017, 2:01 p.m.
Right Patch Set: Export everything from include.preload.js at once Created Oct. 16, 2017, 9:58 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Right: Side by side diff | Download
« no previous file with change/comment | « no previous file | composer.postload.js » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
(no file at all)
1 { 1 {
2 "extends": "eslint-config-eyeo", 2 "extends": "eslint-config-eyeo",
3 "root": true, 3 "root": true,
4 "env": { 4 "env": {
5 "browser": true, 5 "browser": true,
6 "webextensions": true 6 "webextensions": true
7 }, 7 },
8 "globals": { 8 "globals": {
9 "exports": true, 9 "exports": true,
10 "ext": true, 10 "ext": true,
11 "module": true,
11 "require": true 12 "require": true
12 } 13 }
13 } 14 }
LEFTRIGHT

Powered by Google App Engine
This is Rietveld