mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-05-16 20:57:12 +02:00
Compare commits
1 Commits
v2026.4.0-
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
dcfdf077e7 |
@@ -1 +1,2 @@
|
|||||||
vp lint
|
vp lint
|
||||||
|
vp staged
|
||||||
|
|||||||
@@ -1,6 +1,9 @@
|
|||||||
import { defineConfig } from "vite-plus";
|
import { defineConfig } from "vite-plus";
|
||||||
|
|
||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
|
staged: {
|
||||||
|
"*": "vp check --fix",
|
||||||
|
},
|
||||||
lint: {
|
lint: {
|
||||||
ignorePatterns: ["npm/**", "crates/yaak-templates/pkg/**", "**/bindings/gen_*.ts"],
|
ignorePatterns: ["npm/**", "crates/yaak-templates/pkg/**", "**/bindings/gen_*.ts"],
|
||||||
options: {
|
options: {
|
||||||
|
|||||||
Reference in New Issue
Block a user