]> git.ipfire.org Git - thirdparty/vuejs/create-vue.git/commitdiff
chore: ignore playground directory when linting the project source
authorHaoqun Jiang <github@haoqun.me>
Sat, 7 Mar 2026 14:59:45 +0000 (23:59 +0900)
committerHaoqun Jiang <github@haoqun.me>
Tue, 10 Mar 2026 14:08:09 +0000 (23:08 +0900)
package.json

index b909e79836c5d902be668b882de7aa786360e268..19162479ac56d75a4cf952632d2ec4ea869c3bfc 100644 (file)
@@ -31,7 +31,7 @@
     "prepare": "husky",
     "format": "oxfmt",
     "format-check": "oxfmt --check",
-    "lint": "oxlint . --fix",
+    "lint": "oxlint . --fix --ignore-pattern playground",
     "build": "rolldown -c rolldown.config.ts",
     "snapshot": "zx ./scripts/snapshot.mjs",
     "pretest": "pnpm run build && pnpm run snapshot",