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

Side by Side Diff: .eslintrc.json

Issue 29374674: Issue 4864 - Start using ESLint for adblockpluschrome (Closed)
Patch Set: Use var for ext declarations again Created Feb. 8, 2017, 9:02 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
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

Powered by Google App Engine
This is Rietveld