From 61eada895e1e3b108919a63d7fdb4fd223d7b191 Mon Sep 17 00:00:00 2001 From: ManjaroOne666 Date: Thu, 3 Jan 2019 14:48:48 +0000 Subject: [PATCH] update rules --- .eslintrc.js | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.js b/.eslintrc.js index b9205bb..7aa978f 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -19,6 +19,7 @@ module.exports = { 'no-console': process.env.NODE_ENV === 'production' ? 'error' : 'off', 'no-debugger': process.env.NODE_ENV === 'production' ? 'error' : 'off', 'vue/html-self-closing': 'off', + 'vue/attributes-order': 'off', 'vue/max-attributes-per-line': 'off' } }