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: Rebased. Created March 7, 2017, 12: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 | « no previous file | README.md » ('j') | new-options.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 "rules": {
5 "arrow-parens": "error"
6 },
7 "env": {
8 "browser": true,
9 "webextensions": true
10 },
11 "globals": {
12 "exports": true,
13 "ext": true,
14 "require": true
15 }
16 }
OLDNEW
« no previous file with comments | « no previous file | README.md » ('j') | new-options.js » ('J')

Powered by Google App Engine
This is Rietveld