fix: lint error by adding node env in eslint config

This commit is contained in:
RcleydsonR
2022-10-24 21:34:18 -03:00
parent a09a031e61
commit 63c5669026
3 changed files with 7 additions and 3 deletions

View File

@@ -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",