@ntnyq/eslint-config 3.0.0-beta.1 → 3.0.0-beta.2

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 CHANGED
@@ -1712,7 +1712,7 @@ function ntnyq(options = {}, customConfig = []) {
1712
1712
  })
1713
1713
  );
1714
1714
  }
1715
- if (options.vitest ?? hasVitest) {
1715
+ if (options.unocss ?? hasUnoCSS) {
1716
1716
  configs.push(
1717
1717
  ...unocss({
1718
1718
  overrides: getOverrides(options, "unocss")
package/dist/index.js CHANGED
@@ -1596,7 +1596,7 @@ function ntnyq(options = {}, customConfig = []) {
1596
1596
  })
1597
1597
  );
1598
1598
  }
1599
- if (options.vitest ?? hasVitest) {
1599
+ if (options.unocss ?? hasUnoCSS) {
1600
1600
  configs.push(
1601
1601
  ...unocss({
1602
1602
  overrides: getOverrides(options, "unocss")
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ntnyq/eslint-config",
3
3
  "type": "module",
4
- "version": "3.0.0-beta.1",
4
+ "version": "3.0.0-beta.2",
5
5
  "packageManager": "pnpm@9.7.1",
6
6
  "description": "ESLint flat config of ntnyq",
7
7
  "keywords": [