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' } } );