chore(projects): disabled unocss eslint rule: order-attributify

This commit is contained in:
Soybean 2024-04-08 07:46:02 +08:00
parent a1b484a8eb
commit 1c72dc76ee

View File

@ -17,7 +17,8 @@ export default defineConfig(
registeredComponentsOnly: false,
ignores: ['/^icon-/']
}
]
],
'order-attributify': 'off'
}
}
);