@luxass/eslint-config 4.7.0 → 4.8.1
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 +2 -7
- package/dist/index.d.cts +219 -194
- package/dist/index.d.ts +219 -194
- package/dist/index.js +2 -7
- package/package.json +18 -18
package/dist/index.cjs
CHANGED
|
@@ -1660,7 +1660,6 @@ async function test(options = {}) {
|
|
|
1660
1660
|
async function unocss(options = {}) {
|
|
1661
1661
|
const {
|
|
1662
1662
|
attributify = true,
|
|
1663
|
-
files = [GLOB_SRC],
|
|
1664
1663
|
overrides,
|
|
1665
1664
|
strict = false
|
|
1666
1665
|
} = options;
|
|
@@ -1674,14 +1673,10 @@ async function unocss(options = {}) {
|
|
|
1674
1673
|
]);
|
|
1675
1674
|
return [
|
|
1676
1675
|
{
|
|
1677
|
-
name: "luxass/unocss
|
|
1676
|
+
name: "luxass/unocss",
|
|
1678
1677
|
plugins: {
|
|
1679
1678
|
unocss: pluginUnoCSS
|
|
1680
|
-
}
|
|
1681
|
-
},
|
|
1682
|
-
{
|
|
1683
|
-
name: "luxass/unocss/rules",
|
|
1684
|
-
files,
|
|
1679
|
+
},
|
|
1685
1680
|
rules: {
|
|
1686
1681
|
"unocss/order": "warn",
|
|
1687
1682
|
...attributify ? {
|