Left: | ||
Right: |
LEFT | RIGHT |
---|---|
(no file at all) | |
1 { | |
2 "name": "eslint-config-eyeo", | |
3 "version": "1.0.0", | |
4 "description": "ESLint configuration as used by eyeo.", | |
5 "main": "index.js", | |
6 "repository": { | |
7 "type": "hg", | |
8 "url": "https://hg.adblockplus.org/codingtools" | |
9 }, | |
10 "keywords": [ | |
11 "eyeo", | |
12 "adblockplus", | |
13 "abp", | |
14 "eslint", | |
15 "eslintconfig" | |
16 ], | |
17 "author": { | |
18 "name": "eyeo GmbH", | |
19 "url": "https://eyeo.com/" | |
20 }, | |
21 "license": "GPL-3.0", | |
22 "bugs": { | |
23 "url": "https://issues.adblockplus.org/" | |
24 }, | |
25 "peerDependencies": { | |
26 "eslint": ">= 3.14.1" | |
27 } | |
28 } | |
LEFT | RIGHT |