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