@unocss/eslint-config 0.59.3 → 0.60.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
@@ -1,4 +1,4 @@
1
- 'use strict';Object.defineProperty(exports, '__esModule', {value: true});
1
+ 'use strict';
2
2
 
3
3
  const plugin = require('@unocss/eslint-plugin');
4
4
 
@@ -8,4 +8,4 @@ const plugin__default = /*#__PURE__*/_interopDefaultCompat(plugin);
8
8
 
9
9
  const flat = plugin__default.configs.flat;
10
10
 
11
- exports.default = flat;
11
+ module.exports = flat;
package/dist/flat.d.cts CHANGED
@@ -17,4 +17,4 @@ declare const _default: {
17
17
  };
18
18
  };
19
19
 
20
- export { _default as default };
20
+ export = _default;
package/dist/flat.d.ts CHANGED
@@ -17,4 +17,4 @@ declare const _default: {
17
17
  };
18
18
  };
19
19
 
20
- export { _default as default };
20
+ export = _default;
package/dist/index.cjs CHANGED
@@ -1,4 +1,4 @@
1
- 'use strict';Object.defineProperty(exports, '__esModule', {value: true});
1
+ 'use strict';
2
2
 
3
3
  const index = {
4
4
  extends: [
@@ -6,4 +6,4 @@ const index = {
6
6
  ]
7
7
  };
8
8
 
9
- exports.default = index;
9
+ module.exports = index;
package/dist/index.d.cts CHANGED
@@ -2,4 +2,4 @@ declare const _default: {
2
2
  extends: string[];
3
3
  };
4
4
 
5
- export { _default as default };
5
+ export = _default;
package/dist/index.d.ts CHANGED
@@ -2,4 +2,4 @@ declare const _default: {
2
2
  extends: string[];
3
3
  };
4
4
 
5
- export { _default as default };
5
+ export = _default;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@unocss/eslint-config",
3
3
  "type": "module",
4
- "version": "0.59.3",
4
+ "version": "0.60.0",
5
5
  "description": "ESLint config for UnoCSS",
6
6
  "author": "Anthony Fu <anthonyfu117@hotmail.com>",
7
7
  "license": "MIT",
@@ -48,7 +48,7 @@
48
48
  "node": ">=14"
49
49
  },
50
50
  "dependencies": {
51
- "@unocss/eslint-plugin": "0.59.3"
51
+ "@unocss/eslint-plugin": "0.60.0"
52
52
  },
53
53
  "scripts": {
54
54
  "build": "unbuild",