chore: test precommit

This commit is contained in:
Ayo Ayco 2024-12-27 21:31:35 +01:00
parent 40631874d8
commit 7baf073e5d
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"
npm run lint
npx lint-staged

View file

@ -56,7 +56,7 @@
"prettier --write",
"eslint --fix"
],
"*.{json}": [
"*.json": [
"prettier --write"
]
}