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: Created Feb. 20, 2017, 10:01 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 "commonjs": true,
7 "webextensions": true
8 },
9 "globals": {
10 "ext": true
11 }
12 }
OLDNEW
« no previous file with comments | « no previous file | README.md » ('j') | background.js » ('J')

Powered by Google App Engine
This is Rietveld