add prefer-const to eslint rules,

remove empty block in dialog
This commit is contained in:
2026-05-21 22:00:52 +00:00
parent 545061b2eb
commit eb201de26b
2 changed files with 3 additions and 3 deletions
+2 -1
View File
@@ -23,6 +23,7 @@ export default defineConfig([js.configs.recommended,{
"argsIgnorePattern": "^_",
"varsIgnorePattern": "^_",
"caughtErrorsIgnorePattern": "^_"
}]
}],
"prefer-const": ["error"]
},
}]);