]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
build: fix script
authorEduardo San Martin Morote <posva13@gmail.com>
Tue, 19 May 2026 15:56:30 +0000 (17:56 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Tue, 19 May 2026 15:56:30 +0000 (17:56 +0200)
package.json

index 27c5695f166710991db864bb109171eb60204840..5e287e5a8ef30d66436f2cd66d3accfc5d0be528 100644 (file)
@@ -52,7 +52,7 @@
     "commit-msg": "node scripts/verifyCommit.mjs"
   },
   "lint-staged": {
-    "*.{ts,vue,js,mts,mjs}": "oxlint --fix",
+    "*.{ts,vue,js,mts,mjs}": "oxlint --fix --no-error-on-unmatched-pattern",
     "*": "oxfmt --no-error-on-unmatched-pattern"
   },
   "engines": {