quickchart / lefthook.yml
glutamatt's picture
glutamatt HF Staff
Initial deployment of QuickChart service
ecdd7f6 verified
raw
history blame contribute delete
191 Bytes
pre-commit:
parallel: true
commands:
js:
glob: "*.js"
run: prettier --single-quote --trailing-comma all --print-width 100 --write {staged_files} && git add {staged_files}