Fix dotfiles structure
This commit is contained in:
4
.config/alacritty/alacritty-themes/.husky/commit-msg
Executable file
4
.config/alacritty/alacritty-themes/.husky/commit-msg
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
. "$(dirname "$0")/_/husky.sh"
|
||||
|
||||
npx --no-install commitlint --edit "$1"
|
||||
5
.config/alacritty/alacritty-themes/.husky/pre-commit
Executable file
5
.config/alacritty/alacritty-themes/.husky/pre-commit
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
. "$(dirname "$0")/_/husky.sh"
|
||||
|
||||
npm run lint
|
||||
npm test
|
||||
Reference in New Issue
Block a user