3 lines
142 B
Bash
Executable file
3 lines
142 B
Bash
Executable file
#!/bin/sh
|
|
# Requires the prettier formatter. This should always be run before committing (looking at you, tilera!)
|
|
prettier --write ./**/*.md
|