From 1c72dc76ee7d0abe9c2cbb4a6f70101381519c6f Mon Sep 17 00:00:00 2001 From: Soybean Date: Mon, 8 Apr 2024 07:46:02 +0800 Subject: [PATCH] chore(projects): disabled unocss eslint rule: order-attributify --- eslint.config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/eslint.config.js b/eslint.config.js index 672ae06a..3d7deb9c 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -17,7 +17,8 @@ export default defineConfig( registeredComponentsOnly: false, ignores: ['/^icon-/'] } - ] + ], + 'order-attributify': 'off' } } );