switched over to lint-staged

pull/3961/head
Joseph Izang 1 year ago
parent c76c338d54
commit 97a3178510
  1. 2
      .husky/pre-commit
  2. 3
      .lintstagedrc.json

@ -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…
Cancel
Save