#!/usr/bin/env bash
set -e

./node_modules/.bin/standard --fix "lib/**/*.js" "test/**/*.js"
