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

Side by Side Diff: .eslintrc.json

Issue 29860555: Issue 6717 - Part 2: run qunit in headless firefox (Closed) Base URL: https://hg.adblockplus.org/adblockpluschrome/file/3270e924ba9f
Patch Set: Created Aug. 21, 2018, 10:57 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | README.md » ('j') | README.md » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 "module": true,
12 "require": true 12 "require": true,
13 "process": true,
14 "__dirname": true
13 } 15 }
14 } 16 }
OLDNEW
« no previous file with comments | « no previous file | README.md » ('j') | README.md » ('J')

Powered by Google App Engine
This is Rietveld