ESLint: Allow NodeJS global.
This commit is contained in:
parent
e9eae82d92
commit
82f298ccc0
|
@ -13,4 +13,7 @@ module.exports = {
|
||||||
env: {
|
env: {
|
||||||
"vue/setup-compiler-macros": true,
|
"vue/setup-compiler-macros": true,
|
||||||
},
|
},
|
||||||
|
globals: {
|
||||||
|
NodeJS: true,
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue