@unocss/eslint-config 66.6.8 → 66.7.0

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/flat.cjs CHANGED
@@ -21,7 +21,7 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
21
21
  }) : target, mod));
22
22
  //#endregion
23
23
  let _unocss_eslint_plugin = require("@unocss/eslint-plugin");
24
- _unocss_eslint_plugin = __toESM(_unocss_eslint_plugin);
24
+ _unocss_eslint_plugin = __toESM(_unocss_eslint_plugin, 1);
25
25
  //#region src/flat.ts
26
26
  var flat_default = _unocss_eslint_plugin.default.configs.flat;
27
27
  //#endregion
package/dist/flat.d.cts CHANGED
@@ -1,5 +1,3 @@
1
- import * as _$_unocss_eslint_plugin0 from "@unocss/eslint-plugin";
2
-
3
1
  //#region src/flat.d.ts
4
- declare const _default: _$_unocss_eslint_plugin0.UnoCSSEslintFlatConfig;
2
+ declare const _default: import("@unocss/eslint-plugin").UnoCSSEslintFlatConfig;
5
3
  export = _default;
package/dist/flat.d.mts CHANGED
@@ -1,6 +1,4 @@
1
- import * as _$_unocss_eslint_plugin0 from "@unocss/eslint-plugin";
2
-
3
1
  //#region src/flat.d.ts
4
- declare const _default: _$_unocss_eslint_plugin0.UnoCSSEslintFlatConfig;
2
+ declare const _default: import("@unocss/eslint-plugin").UnoCSSEslintFlatConfig;
5
3
  //#endregion
6
4
  export { _default as default };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@unocss/eslint-config",
3
3
  "type": "module",
4
- "version": "66.6.8",
4
+ "version": "66.7.0",
5
5
  "description": "ESLint config for UnoCSS",
6
6
  "author": "Anthony Fu <anthonyfu117@hotmail.com>",
7
7
  "license": "MIT",
@@ -45,11 +45,8 @@
45
45
  "files": [
46
46
  "dist"
47
47
  ],
48
- "engines": {
49
- "node": ">=14"
50
- },
51
48
  "dependencies": {
52
- "@unocss/eslint-plugin": "66.6.8"
49
+ "@unocss/eslint-plugin": "66.7.0"
53
50
  },
54
51
  "scripts": {
55
52
  "build": "tsdown",