Compare commits

...

1 Commits

Author SHA1 Message Date
Gregory Schier
dcfdf077e7 Add staged pre-commit checks 2026-05-13 14:22:43 -07:00
2 changed files with 4 additions and 0 deletions

View File

@@ -1 +1,2 @@
vp lint
vp staged

View File

@@ -1,6 +1,9 @@
import { defineConfig } from "vite-plus";
export default defineConfig({
staged: {
"*": "vp check --fix",
},
lint: {
ignorePatterns: ["npm/**", "crates/yaak-templates/pkg/**", "**/bindings/gen_*.ts"],
options: {