chore: add eslint global variable

This commit is contained in:
Hufe921
2023-03-23 21:21:29 +08:00
parent 4a022a2724
commit 70f3d17ff0
+3
View File
@@ -13,6 +13,9 @@
"env": {
"browser": true
},
"globals": {
"process": true
},
"rules": {
"linebreak-style": 0,
"no-console": 0,