Files
workflows-ts/lint-staged.config.ts
2025-09-11 12:56:20 +08:00

6 lines
144 B
TypeScript

import type { Configuration } from "lint-staged";
export default {
"*": ["biome check --no-errors-on-unmatched"],
} satisfies Configuration;