diff --git a/.eslintrc.cjs b/.eslintrc.cjs index 6084e31..9a7b28a 100644 --- a/.eslintrc.cjs +++ b/.eslintrc.cjs @@ -36,6 +36,7 @@ module.exports = { rules: { semi: 'off', 'comma-dangle': 'off', + 'no-undef': 'off', 'arrow-parens': ['error', 'always'], 'eol-last': ['error', 'always'],