mirror of
https://github.com/bartvdbraak/omnidash.git
synced 2025-06-28 20:29:13 +00:00
feat: add husky with lint-staged, linted files
This commit is contained in:
parent
d08aa4854b
commit
65f404314b
5 changed files with 231 additions and 14 deletions
4
.husky/pre-commit
Normal file
4
.husky/pre-commit
Normal file
|
@ -0,0 +1,4 @@
|
|||
#!/usr/bin/env sh
|
||||
. "$(dirname "$0")/_/husky.sh"
|
||||
|
||||
pnpm exec lint-staged
|
Loading…
Add table
Add a link
Reference in a new issue