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

Side by Side Diff: package.json

Issue 29544671: Issue 5509 - add ESLint config (Closed) Base URL: https://github.com/adblockplus/libadblockplus.git
Patch Set: Created Sept. 14, 2017, 12:25 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 | « lib/.eslintrc.json ('k') | no next file » | 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 "name": "libadblockplus",
3 "repository": "https://hg.adblockplus.org/libadblockplus",
4 "license": "GPL-3.0",
5 "dependencies": {},
6 "devDependencies": {
7 "eslint": "^3.19.0",
8 "eslint-config-eyeo": "1.0.4"
9 },
10 "scripts": {
11 "eslint": "eslint *.js lib"
12 }
13 }
OLDNEW
« no previous file with comments | « lib/.eslintrc.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld