summary refs log tree commit diff
path: root/.lintstagedrc.mjs
blob: f0ae6d5d10fd7c1708ea9df8c2f3b870db60fab0 (plain) (blame)
1
2
3
4
export default {
    "*.{j,t}s": ["eslint", "prettier --write"],
    "src/schemas/{*,**/*}.ts": [() => "tsc -b -v", () => "node scripts/schema.js", () => "node scripts/openapi.js"],
};