From 4e9c69a1cf84648e07144f77f9deed972715fc5b Mon Sep 17 00:00:00 2001 From: Book Pauk Date: Wed, 27 Oct 2021 15:05:37 +0700 Subject: [PATCH] =?UTF-8?q?=D0=9D=D0=B0=D1=81=D1=82=D1=80=D0=BE=D0=B9?= =?UTF-8?q?=D0=BA=D0=B0=20eslint?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .eslintrc | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.eslintrc b/.eslintrc index 6be13875..ca15791f 100644 --- a/.eslintrc +++ b/.eslintrc @@ -23,9 +23,11 @@ "LM_TOTAL": false }, "rules": { - "vue/html-indent": ["error", 4], - "vue/max-attributes-per-line": 0, - "vue/html-self-closing": 0, + "vue/html-indent": ["warn", 4, { + "alignAttributesVertically": false + }], + "vue/max-attributes-per-line": "off", + "vue/html-self-closing": "off", "strict": 0, "indent": [0, 4, {