diff --git a/.eslintrc.js b/.eslintrc.js
index e2a4753fa649b6da3e926815b23d014abb0b691b..6d8c8e0e9e5c9bdb29ddb90fecde2c5af6568f50 100644
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ -14,6 +14,10 @@ module.exports = {
   ],
   // add your custom rules here
   rules: {
+    indent: 'off',
+    'vue/html-indent': 'off',
+    'vue/html-closing-bracket-spacing': 'off',
+    'comma-dangle': 'off',
     'vue/singleline-html-element-content-newline': ['warn', {
       ignoreWhenNoAttributes: true,
       ignoreWhenEmpty: true,