parent
c76c338d54
commit
97a3178510
@ -1,4 +1,4 @@ |
||||
#!/usr/bin/env sh |
||||
. "$(dirname -- "$0")/_/husky.sh" |
||||
|
||||
#npx pretty-quick --staged |
||||
yarn lint-staged |
||||
|
@ -0,0 +1,3 @@ |
||||
{ |
||||
"*.{tsx,ts,js,jsx,mjs,cjs}": ["prettier --write","eslint --fix"] |
||||
} |
Loading…
Reference in new issue