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

Side by Side Diff: .eslintrc.json

Issue 29375899: Issue 4871 - Start using ESLint for adblockplusui (Closed)
Patch Set: Remove the arrow-parens rule Created March 9, 2017, 10:29 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') | background.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 "env": {
5 "browser": true,
6 "webextensions": true
7 },
8 "globals": {
9 "exports": true,
10 "ext": true,
11 "require": true
Wladimir Palant 2017/03/09 15:05:06 The way I see it, exports and require are mostly l
kzar 2017/03/10 07:28:58 Done.
12 }
13 }
OLDNEW
« no previous file with comments | « no previous file | README.md » ('j') | background.js » ('J')

Powered by Google App Engine
This is Rietveld