{ "*.{md,json}": ["biome format --write"], "*.{js,jsx}": ["biome lint ", "biome format --write"], "*.ts?(x)": ["biome lint ", "biome format --write"] }