feat(repo): add yaml validation pre-commit hook

This commit is contained in:
2026-02-11 18:31:19 +01:00
parent affd6b3e80
commit 8e99c5abb2
4 changed files with 9848 additions and 4950 deletions

View File

@@ -1 +1,6 @@
export { default } from "@mintel/husky-config/lint-staged";
import sharedConfig from "@mintel/husky-config/lint-staged";
export default {
...sharedConfig,
"*.{yml,yaml}": ["node scripts/lint-yaml.js", "prettier --write"],
};