forked from addonscript/addonscript-spec
3 lines
153 B
Bash
Executable file
3 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")
|