style: with prettier (#762)
* style: use pretty quick on staged files * style: test edit utils * style: try with lint-staged * style: test lint application
This commit is contained in:
5
.husky/pre-commit
Executable file
5
.husky/pre-commit
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
. "$(dirname "$0")/_/husky.sh"
|
||||
|
||||
# npx pretty-quick --staged # trying lint-staged for now, it is slower but uses eslint.
|
||||
npx lint-staged
|
||||
Reference in New Issue
Block a user