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

Side by Side Diff: .eslintrc.json

Issue 29374774: Issue 4871 - Have ESLint pass for the messageResponder (Closed)
Patch Set: Addressed feedback Created Feb. 8, 2017, 10:26 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 | dependencies » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 {
2 "extends": "./buildtools/.eslintrc.json",
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 | dependencies » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld