@luxass/eslint-config 4.3.4 → 4.3.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +1 -1
- package/dist/index.d.cts +144 -127
- package/dist/index.d.ts +144 -127
- package/dist/index.js +1 -1
- package/package.json +18 -18
package/dist/index.cjs
CHANGED
|
@@ -1673,13 +1673,13 @@ async function unocss(options = {}) {
|
|
|
1673
1673
|
return [
|
|
1674
1674
|
{
|
|
1675
1675
|
name: "luxass/unocss/setup",
|
|
1676
|
-
files,
|
|
1677
1676
|
plugins: {
|
|
1678
1677
|
unocss: pluginUnoCSS
|
|
1679
1678
|
}
|
|
1680
1679
|
},
|
|
1681
1680
|
{
|
|
1682
1681
|
name: "luxass/unocss/rules",
|
|
1682
|
+
files,
|
|
1683
1683
|
rules: {
|
|
1684
1684
|
"unocss/order": "warn",
|
|
1685
1685
|
...attributify ? {
|