ESLint: Allow NodeJS global.

This commit is contained in:
baldo 2022-08-25 22:45:38 +02:00
parent e9eae82d92
commit 82f298ccc0

View file

@ -13,4 +13,7 @@ module.exports = {
env: {
"vue/setup-compiler-macros": true,
},
globals: {
NodeJS: true,
},
};