feat: add tsgolint

This commit is contained in:
xingyu4j
2026-03-13 23:13:01 +08:00
parent c7d7529c00
commit 68cde54bad
14 changed files with 101 additions and 21 deletions

View File

@@ -52,6 +52,10 @@
"dev:play": "pnpm -F @vben/playground run dev",
"format": "vsh lint --format",
"lint": "vsh lint",
"lint:eslint": "eslint . --cache",
"lint:oxc": "oxlint .",
"lint:oxc:type-aware": "oxlint . --type-aware",
"lint:style": "stylelint \"**/*.{vue,css,less,scss}\" --cache",
"postinstall": "pnpm -r run stub --if-present",
"preinstall": "npx only-allow pnpm",
"preview": "turbo-run preview",
@@ -87,6 +91,7 @@
"lefthook": "catalog:",
"oxfmt": "catalog:",
"oxlint": "catalog:",
"oxlint-tsgolint": "^0.16.0",
"playwright": "catalog:",
"rimraf": "catalog:",
"tailwindcss": "catalog:",