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

Side by Side Diff: .eslintrc.json

Issue 29375915: Issue 4878 - Start using ESLint for adblockpluscore (Closed)
Patch Set: Rebased. Created Feb. 28, 2017, 3:55 p.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 | « .eslintignore ('k') | README.md » ('j') | lib/downloader.js » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 {
2 "extends": "eslint-config-eyeo",
3 "root": true,
4 "globals": {
5 "atob": true,
6 "console": true,
Wladimir Palant 2017/03/02 14:06:42 I'd suggest removing this again, we currently don'
kzar 2017/03/08 12:33:25 Done.
7 "exports": true,
8 "module": true,
9 "onShutdown": true,
10 "require": true,
11 "Cc": true,
12 "Ci": true,
13 "Cu": true,
14 "FileUtils": true,
15 "Services": true,
16 "URL": true,
17 "XPCOMUtils": true,
18 "XMLHttpRequest": true
19 }
20 }
OLDNEW
« no previous file with comments | « .eslintignore ('k') | README.md » ('j') | lib/downloader.js » ('J')

Powered by Google App Engine
This is Rietveld