#!/bin/sh

set -ex

./node_modules/.bin/eslint 'js/*.js'
