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

Delta Between Two Patch Sets: .eslintrc.json

Issue 29730644: Issue 6514 - IOToggle Custom Element (Closed)
Left Patch Set: Created March 22, 2018, 6:18 p.m.
Right Patch Set: applied latest required changes Created May 2, 2018, 12:13 p.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 | .gitignore » ('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 "ext": true 9 "ext": true,
10 "require": true,
11 "module": true
10 } 12 }
11 } 13 }
LEFTRIGHT
« no previous file | .gitignore » ('j') | Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Toggle Comments ('s')

Powered by Google App Engine
This is Rietveld