export default { "**/*.{js,ts,jsx,tsx,md,mdx,json}": () => [ "bunx biome check --write --no-errors-on-unmatched", ], };