#!/bin/sh

set -ex

./node_modules/.bin/prettier --check '**/*.{js,md,yml,json}'
