import type { Configuration } from 'lint-staged' export default { '*': 'biome check --write --no-errors-on-unmatched' } satisfies Configuration