From 8aa129a4dbc48e745bdb385cc7f0581f02c98e1b Mon Sep 17 00:00:00 2001 From: peerless_hero Date: Wed, 30 Aug 2023 17:59:12 +0800 Subject: [PATCH] =?UTF-8?q?feat(eslint):=20plugin:storybook/recommended?= =?UTF-8?q?=E6=8F=92=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .eslintrc.cjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.cjs b/.eslintrc.cjs index 2f81610..3ea405e 100644 --- a/.eslintrc.cjs +++ b/.eslintrc.cjs @@ -1,5 +1,5 @@ module.exports = { - extends: '@antfu', + extends: ['@antfu', 'plugin:storybook/recommended'], rules: { 'vue/component-tags-order': ['error', { order: [['template', 'script'], 'style'],