Skip to content
This repository has been archived by the owner on Mar 21, 2022. It is now read-only.

Commit

Permalink
chore: use nano-staged instead of lint-staged
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Jan 21, 2022
1 parent e0c5e39 commit 8ec4c4c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -38,7 +38,7 @@
"conventional-github-releaser": "latest",
"finepack": "latest",
"git-authors-cli": "latest",
"lint-staged": "latest",
"nano-staged": "latest",
"npm-check-updates": "latest",
"nyc": "latest",
"prettier-standard": "latest",
Expand Down Expand Up @@ -74,7 +74,7 @@
"@commitlint/config-conventional"
]
},
"lint-staged": {
"nano-staged": {
"package.json": [
"finepack"
],
Expand All @@ -87,6 +87,6 @@
},
"simple-git-hooks": {
"commit-msg": "npx commitlint --edit",
"pre-commit": "npx lint-staged"
"pre-commit": "npx nano-staged"
}
}

0 comments on commit 8ec4c4c

Please sign in to comment.