diff --git a/.eslintrc.js b/.eslintrc.js index 06cdece..24029fa 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -20,12 +20,14 @@ module.exports = { // Predefines global variables (e.g. browser env predefines 'window' variable) env: { + browser: true, node: true, + 'vue/setup-compiler-macros': true, }, // Disable warnings for variables that are accessed but not defined in same file globals: { - DEFINE: 'readonly', + 'DEFINE': 'readonly', }, // Rules order is important, please avoid shuffling them