Skip to content

Commit

Permalink
style(package): format package.json file
Browse files Browse the repository at this point in the history
  • Loading branch information
BenMaruchu committed Oct 29, 2019
1 parent 60e2b96 commit 4358fe0
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,12 @@
"chore:deps": "ncu -u && npm install --save",
"lint:config": "eslint --print-config rollup.config.js"
},
"keywords": ["anzalab", "majifix", "analytics", "isomophic"],
"keywords": [
"anzalab",
"majifix",
"analytics",
"isomophic"
],
"repository": {
"type": "git",
"url": "git+https://github.com/anzalab/majifix-analytics.git"
Expand Down Expand Up @@ -97,10 +102,15 @@
}
},
"commitlint": {
"extends": ["@commitlint/config-conventional"]
"extends": [
"@commitlint/config-conventional"
]
},
"lint-staged": {
"src/**/*.js": ["npm run lint", "git add -A"]
"src/**/*.js": [
"npm run lint",
"git add -A"
]
},
"husky": {
"hooks": {
Expand Down

0 comments on commit 4358fe0

Please sign in to comment.