#!/bin/bash

script_dir=$(dirname "$(realpath "$0")")

if ! bash "$script_dir/eslint.sh"; then
  exit 1
fi
