chore: update eslint ignorePattern

This commit is contained in:
oomeow 2025-10-29 21:14:36 +08:00
parent d8b0e9929c
commit d10665091b
No known key found for this signature in database
GPG Key ID: 1E1E69B3EC8F6EA7

View File

@ -94,9 +94,10 @@ export default defineConfig([
"warn", "warn",
{ {
vars: "all", vars: "all",
varsIgnorePattern: "^_+$", varsIgnorePattern: "^_",
args: "after-used", args: "after-used",
argsIgnorePattern: "^_+$", argsIgnorePattern: "^_",
caughtErrorsIgnorePattern: "^ignore",
}, },
], ],