diff --git a/format.sh b/format.sh deleted file mode 100755 index 3007032..0000000 --- a/format.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh -# Requires the prettier formatter. This should always be run before committing (looking at you, tilera!) -prettier --write $(find -name "*.md")