From 1093c27e1393fe2effca9c4fd07bacbc65752027 Mon Sep 17 00:00:00 2001 From: Burt <1020103647@qq.com> Date: Mon, 22 Jan 2024 09:18:49 +0800 Subject: [PATCH] =?UTF-8?q?feat(stylelint):=20=E5=8F=96=E6=B6=88=E6=A3=80?= =?UTF-8?q?=E6=B5=8B=20no-empty-source?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .stylelintrc.cjs | 1 + src/pages-sub/niubi/index.vue | 8 ++------ 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/.stylelintrc.cjs b/.stylelintrc.cjs index e5831fe..412aca7 100644 --- a/.stylelintrc.cjs +++ b/.stylelintrc.cjs @@ -44,5 +44,6 @@ module.exports = { ], 'comment-empty-line-before': 'never', 'custom-property-empty-line-before': 'never', + 'no-empty-source': null, }, } diff --git a/src/pages-sub/niubi/index.vue b/src/pages-sub/niubi/index.vue index 6b8d3c7..9cd3762 100644 --- a/src/pages-sub/niubi/index.vue +++ b/src/pages-sub/niubi/index.vue @@ -1,12 +1,8 @@ - +