fix: lint error by adding node env in eslint config
This commit is contained in:
@@ -3,6 +3,9 @@ require("@rushstack/eslint-patch/modern-module-resolution");
|
||||
|
||||
module.exports = {
|
||||
root: true,
|
||||
env: {
|
||||
node: true,
|
||||
},
|
||||
extends: [
|
||||
"plugin:vue/vue3-essential",
|
||||
"eslint:recommended",
|
||||
|
||||
Reference in New Issue
Block a user