From 73a580af7002a27bc970e375cf5ff2d120c66dad Mon Sep 17 00:00:00 2001 From: xingyu Date: Wed, 25 Oct 2023 22:11:43 +0800 Subject: [PATCH] chore: eslint config --- eslint.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/eslint.config.js b/eslint.config.js index eab63c06..7028c739 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -8,6 +8,7 @@ module.exports = antfu( 'node/prefer-global/process': 'off', 'vue/custom-event-name-casing': 'off', 'vue/component-name-in-template-casing': 'off', + 'vue/require-toggle-inside-transition': 'off', }, }, unocss.configs.flat,