diff --git a/.eslintrc.cjs b/.eslintrc.cjs index a45f045..6dbb1cb 100644 --- a/.eslintrc.cjs +++ b/.eslintrc.cjs @@ -19,6 +19,9 @@ module.exports = { }, rules: { + 'no-underscore-dangle': 'off', + 'arrow-parens': 'off', + 'class-methods-use-this': 'off', 'no-console': 'warn', 'no-debugger': 'warn', 'vue/max-attributes-per-line': ['error', {