From 8ec4c4c9fedc856eb7bde66a2e5243d03ccf1b07 Mon Sep 17 00:00:00 2001 From: Kiko Beats Date: Fri, 21 Jan 2022 18:56:19 +0100 Subject: [PATCH] chore: use nano-staged instead of lint-staged --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 67dc3b3..13965d0 100644 --- a/package.json +++ b/package.json @@ -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", @@ -74,7 +74,7 @@ "@commitlint/config-conventional" ] }, - "lint-staged": { + "nano-staged": { "package.json": [ "finepack" ], @@ -87,6 +87,6 @@ }, "simple-git-hooks": { "commit-msg": "npx commitlint --edit", - "pre-commit": "npx lint-staged" + "pre-commit": "npx nano-staged" } }