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}