-
Notifications
You must be signed in to change notification settings - Fork 32
/
package.json
45 lines (45 loc) · 974 Bytes
/
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
{
"name": "eslint-config-ivweb",
"version": "0.1.5",
"description": "腾讯IVWEB团队eslint配置检测规范",
"license": "Apache-2.0",
"repository": "iv-web/eslint-config-ivweb",
"author": "IVWEB",
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "node test/test.js",
"commitmsg": "validate-commit-msg",
"commit": "git-cz ",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0"
},
"files": [
"index.js",
"eslint-config-react"
],
"keywords": [
"ivweb",
"code",
"quality",
"style",
"lint",
"eslint",
"validate",
"code style"
],
"dependencies": {
"eslint-plugin-react": "^7.7.0"
},
"devDependencies": {
"babel-eslint": "^8.2.3",
"commitizen": "^2.3.0",
"conventional-changelog-cli": "^1.2.0",
"eslint": "^4.1.1",
"husky": "^0.13.1",
"validate-commit-msg": "^2.11.1"
},
"peerDependencies": {
"eslint": ">=4.1.1"
}
}