* style: use pretty quick on staged files * style: test edit utils * style: try with lint-staged * style: test lint application
6 lines
146 B
Bash
Executable File
6 lines
146 B
Bash
Executable File
#!/bin/sh
|
|
. "$(dirname "$0")/_/husky.sh"
|
|
|
|
# npx pretty-quick --staged # trying lint-staged for now, it is slower but uses eslint.
|
|
npx lint-staged
|