fix(eslint): 添加node全局变量到eslint配置中
This commit is contained in:
@@ -15,6 +15,7 @@ export default defineConfig([
|
||||
{
|
||||
languageOptions: {
|
||||
globals: {
|
||||
...globals.node,
|
||||
...globals.browser,
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user