mirror of
https://github.com/spacebarchat/server.git
synced 2026-03-29 11:59:53 +00:00
5 lines
185 B
JavaScript
5 lines
185 B
JavaScript
export default {
|
|
"*.{j,t}s": ["eslint", "prettier --write"],
|
|
"src/schemas/{*,**/*}.ts": [() => "tsc -b -v", () => "node scripts/schema.js", () => "node scripts/openapi.js"],
|
|
};
|