feat(web): single node run

This commit is contained in:
zhaoying
2026-05-07 18:52:46 +08:00
parent 7b43e59172
commit 2234024aee
2 changed files with 5 additions and 7 deletions

View File

@@ -19,8 +19,8 @@ export default defineConfig([
ecmaVersion: 2020,
globals: globals.browser,
},
linterOptions: {
'eslint@typescript-eslint/no-explicit-any': false
rules: {
'@typescript-eslint/no-explicit-any': false
}
},
])