addonscript-spec/format.sh

4 lines
153 B
Bash
Raw Normal View History

2021-11-14 00:25:43 +01:00
#!/bin/sh
# Requires the prettier formatter. This should always be run before committing (looking at you, tilera!)
2021-11-14 00:37:29 +01:00
prettier --write $(find -name "*.md")