From 18bff3cd59ec5a4887ba3ac546c4dd05bf7df20e Mon Sep 17 00:00:00 2001
From: Migushthe2nd <ihaverkamp@live.nl>
Date: Fri, 22 Oct 2021 11:03:45 +0200
Subject: [PATCH] Update Eslint rules

---
 .eslintrc.js | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.eslintrc.js b/.eslintrc.js
index e2a4753..6d8c8e0 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,
-- 
GitLab