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

Delta Between Two Patch Sets: .eslintrc.json

Issue 29374674: Issue 4864 - Start using ESLint for adblockpluschrome (Closed)
Left Patch Set: Add arrow-parens rule to match existing convention Created March 7, 2017, 10:48 a.m.
Right Patch Set: Use .includes again Created March 31, 2017, 8:37 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 | « .eslintignore ('k') | 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", "as-needed"]
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 "exports": true,
13 "ext": true, 10 "ext": true,
14 "require": true 11 "require": true
15 } 12 }
16 } 13 }
LEFTRIGHT

Powered by Google App Engine
This is Rietveld