#!/bin/sh
set -eu

bunx --bun @biomejs/biome check --staged --files-ignore-unknown=true --no-errors-on-unmatched
