Skip to content

Commit

Permalink
build: fix settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Scrum committed Nov 24, 2020
1 parent e9a8a56 commit 0064e6c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .huskyrc
@@ -1,7 +1,7 @@
{
"hooks": {
"pre-push": "npm t",
"pre-commit": "clinton && lint-staged",
"pre-commit": "lint-staged",
"commit-msg": "commitlint --extends=@commitlint/config-angular -e"
}
}
3 changes: 1 addition & 2 deletions .lintstagedrc
@@ -1,4 +1,3 @@
{
"{src,test}/**/*.js": "eslint",
"*.md": "eslint"
"*.js": "standard --env mocha"
}
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -41,7 +41,7 @@
"standard": "^16.0.2"
},
"scripts": {
"lint": "standard --env mocha",
"version": "conventional-changelog -i changelog.md -s -r 0 && git add changelog.md",
"test": "c8 mocha",
"docs:api": "jsdoc2md lib/api.js > docs/api.md",
"docs:core": "jsdoc2md lib/index.js > docs/core.md"
Expand Down

0 comments on commit 0064e6c

Please sign in to comment.