-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.28 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "eslint-config-ydj",
"version": "0.0.3",
"description": "yidejia's ESLint config, following our styleguide",
"main": "index.js",
"scripts": {
"lint": "eslint .",
"pretest": "npm run --silent lint",
"travis": "cd ../eslint-config-yidejia-base && npm install && npm link && cd - && npm link eslint-config-yidejia-base && npm run --silent test ; npm unlink eslint-config-yidejia-base >/dev/null &",
"test": "echo test completed! "
},
"keywords": [
"eslint",
"eslintconfig",
"config",
"yidejia",
"javascript",
"styleguide"
],
"license": "MIT",
"dependencies": {
"eslint-plugin-html": "^4.0.1"
},
"devDependencies": {
"eslint": "^4.10.0",
"eslint-find-rules": "^3.1.1",
"eslint-plugin-import": "^2.8.0",
"in-publish": "^2.0.0",
"safe-publish-latest": "^1.0.1"
},
"peerDependencies": {
"eslint": "^4.10.0",
"eslint-plugin-import": "^2.8.0"
},
"engines": {
"node": ">= 6"
},
"repository": {
"type": "git",
"url": "git+https://github.com/YDJ-FE/eslint-config-ydj.git"
},
"bugs": {
"url": "https://github.com/YDJ-FE/eslint-config-ydj/issues"
},
"homepage": "https://github.com/YDJ-FE/eslint-config-ydj#readme",
"directories": {
"test": "test"
},
"author": "vegawong"
}