Skip to content

Commit

Permalink
Migrate husky
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Jan 2, 2019
1 parent 76cdcb1 commit 7a8f0d8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,16 @@
"clean": "rm -rf node_modules",
"coveralls": "nyc report --reporter=text-lcov | coveralls",
"lint": "standard-markdown && standard",
"precommit": "lint-staged",
"pretest": "npm run lint",
"pretty": "prettier-standard index.js {core,test,bin,scripts}/**/*.js --single-quote --print-width 100",
"test": "nyc ava"
},
"license": "MIT",
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"package.json": [
"finepack",
Expand Down

0 comments on commit 7a8f0d8

Please sign in to comment.