eslint-plugin-unocss
eslint-plugin-unocss copied to clipboard
ESLint plugin for UnoCSS
Sir, is there any way to make the class names in class wrap to new lines? For example, it turns out to be class="relative m-x-2 h-120 w-110 bg-#131313 text-80 font-bold"...
The `unocss/classnames-order` rule seems to group classes by default when executing `eslint --fix` according to the [variant group feature](https://windicss.org/features/variant-groups.html), which is nice. However, if the [Variant group transformer](https://unocss.dev/transformers/variant-group) is not...
Hey, thanks for this plugin :) Works great in most cases but it would be nice to support classes added with `clsx` I have an example component like this: ```...
Unknown at rule @applyscss(unknownAtRules)