addonscript-spec/format.sh
2021-11-14 00:37:29 +01:00

4 lines
153 B
Bash
Executable file

#!/bin/sh
# Requires the prettier formatter. This should always be run before committing (looking at you, tilera!)
prettier --write $(find -name "*.md")