mirror of
https://github.com/mealie-recipes/mealie.git
synced 2026-01-10 19:11:25 -05:00
nuxt init
This commit is contained in:
1
frontend/.husky/.gitignore
vendored
Normal file
1
frontend/.husky/.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
_
|
||||
0
frontend/.husky/common.sh
Normal file
0
frontend/.husky/common.sh
Normal file
5
frontend/.husky/pre-commit
Executable file
5
frontend/.husky/pre-commit
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
. "$(dirname "$0")/_/husky.sh"
|
||||
. "$(dirname "$0")/common.sh"
|
||||
|
||||
yarn lint-staged
|
||||
Reference in New Issue
Block a user