#!/usr/bin/env bash

# DON'T MODIFY THIS FILE DIRECTLY!
# It was added automatically to this project via `botanist init`.
# If you want to make a change or fix broken behavior in this file,
# you should do so upstream in https://github.com/burninggarden/botanist.

./node_modules/.bin/eslint src --ext .ts
./node_modules/.bin/eslint test --ext .ts
