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

Delta Between Two Patch Sets: .eslintrc.json

Issue 29375899: Issue 4871 - Start using ESLint for adblockplusui (Closed)
Left Patch Set: Move dots to the start of the line Created March 8, 2017, 10:26 a.m.
Right Patch Set: Avoid violating operator-linebreak rule Created March 15, 2017, 4:43 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « no previous file | README.md » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 { 1 {
2 "extends": "eslint-config-eyeo", 2 "extends": "eslint-config-eyeo",
3 "root": true, 3 "root": true,
4 "rules": {
5 "arrow-parens": "error"
6 },
7 "env": { 4 "env": {
8 "browser": true, 5 "browser": true,
9 "webextensions": true 6 "webextensions": true
10 }, 7 },
11 "globals": { 8 "globals": {
12 "exports": true, 9 "ext": true
13 "ext": true,
14 "require": true
15 } 10 }
16 } 11 }
LEFTRIGHT
« no previous file | README.md » ('j') | Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Toggle Comments ('s')

Powered by Google App Engine
This is Rietveld