mirror of
https://github.com/cosscom/coss.git
synced 2026-09-14 20:06:50 +08:00
6 lines
128 B
JavaScript
6 lines
128 B
JavaScript
export default {
|
|
"**/*.{js,ts,jsx,tsx,md,mdx,json}": () => [
|
|
"bunx biome check --write --no-errors-on-unmatched",
|
|
],
|
|
};
|