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: Reduce inline eslint-disable comments Created Feb. 8, 2017, 7:27 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": "./buildtools/.eslintrc.json", 2 "extends": "eslint-config-eyeo",
3 "root": true, 3 "root": true,
4 "env": { 4 "env": {
5 "browser": true, 5 "browser": true,
6 "commonjs": true,
7 "webextensions": true 6 "webextensions": true
8 }, 7 },
9 "globals": { 8 "globals": {
10 "ext": true 9 "exports": true,
10 "ext": true,
11 "require": true
11 } 12 }
12 } 13 }
LEFTRIGHT

Powered by Google App Engine
This is Rietveld