#!/usr/bin/env sh

eslint \
  ./*.js \
  ./.*.js \
  ./src/**/*.js \
  ./scripts/**/*.js
