mirror of
https://github.com/run-llama/workflows-ts.git
synced 2026-06-30 21:57:58 -04:00
6 lines
144 B
TypeScript
6 lines
144 B
TypeScript
import type { Configuration } from "lint-staged";
|
|
|
|
export default {
|
|
"*": ["biome check --no-errors-on-unmatched"],
|
|
} satisfies Configuration;
|