forked from ngageoint/eslint-config-opensphere
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 1.76 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"dependencies": {},
"description": "ESLint config for opensphere",
"directories": {},
"files": [
"index.js"
],
"keywords": [
"closure",
"google",
"code",
"quality",
"style",
"lint",
"linter",
"jscs",
"jshint",
"jslint",
"eslint",
"validate",
"code style",
"strict",
"check",
"checker",
"verify",
"enforce",
"hint"
],
"license": "Apache-2.0",
"name": "eslint-config-opensphere",
"author": "Kevin Schmidt <[email protected]>",
"maintainers": [
"Kevin Schmidt <[email protected]>",
"William Wall <[email protected]>"
],
"repository": {
"type": "git",
"url": "https://github.com/ngageoint/eslint-config-opensphere.git"
},
"config": {
"commitizen": {
"path": "node_modules/cz-conventional-changelog"
},
"ghooks": {
"commit-msg": "validate-commit-msg",
"post-merge": " npm update && npm install",
"post-rewrite": " npm update && npm install"
},
"validate-commit-msg": {
"helpMessage": "\nPlease fix your commit message (consider using 'npm i -g commitizen'). Well-formatted commit messages allow us to automate our changelog and npm releases.\n\nExamples:\n\"fix(command): Fixed an error when undoing the command stack\"\n\"feat(array): Added utility function for joining arrays\"\n\nIf you have installed commitizen, try running 'git cz'."
}
},
"peerDependencies": {
"eslint": ">=2.7.0",
"eslint-config-google": "^0.7.0",
"eslint-plugin-google-camelcase": "^0.0.2",
"eslint-plugin-opensphere": "^1.0.0"
},
"readme": "README.md",
"scripts": {},
"version": "1.0.1",
"devDependencies": {
"cz-conventional-changelog": "^1.2.0",
"husky": "^0.13.3",
"validate-commit-msg": "^2.12.1"
}
}