pre-commit:
  commands:
    check:
      glob: '*.{js,ts,cjs,mjs,d.cts,d.mts,jsx,tsx}'
      run: npx biome check --no-errors-on-unmatched --files-ignore-unknown=true {staged_files}
