Skip to content

Commit

Permalink
move "husky" config out of package.json
Browse files Browse the repository at this point in the history
* unfortunately "ava" config is still in pacakge.json as it doesn't support "cosmiconfig" but only "ava.config.js" which is not an option:
- avajs/ava#1820
- avajs/ava#520
  • Loading branch information
vladimiry committed Jun 7, 2019
1 parent 6c11541 commit 88d790a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
5 changes: 5 additions & 0 deletions .huskyrc.json
@@ -0,0 +1,5 @@
{
"hooks": {
"pre-commit": "lint-staged"
}
}
5 changes: 0 additions & 5 deletions package.json
Expand Up @@ -87,11 +87,6 @@
"tsconfig-paths/register"
]
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"dependencies": {
"@rgba-image/lanczos": "0.1.0",
"@vladimiry/unionize": "2.1.2-add-tagprefix-option",
Expand Down

0 comments on commit 88d790a

Please sign in to comment.