fix(eslint): 添加node全局变量到eslint配置中

This commit is contained in:
sudomarcma
2025-06-16 11:49:11 +08:00
parent e415829eb0
commit a9759ac2c4
+1
View File
@@ -15,6 +15,7 @@ export default defineConfig([
{ {
languageOptions: { languageOptions: {
globals: { globals: {
...globals.node,
...globals.browser, ...globals.browser,
}, },
}, },