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

Side by Side Diff: .eslintrc.json

Issue 29375915: Issue 4878 - Start using ESLint for adblockpluscore (Closed)
Patch Set: Created Feb. 20, 2017, 10: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": "eslint-config-eyeo",
3 "root": true,
4 "env": {
5 "commonjs": true
6 },
7 "globals": {
8 "Cu": true,
9 "Ci": true,
10 "Cc": true,
11 "onShutdown": true
12 }
13 }
OLDNEW

Powered by Google App Engine
This is Rietveld