@unocss/eslint-plugin 0.59.4 → 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/index.cjs CHANGED
@@ -1,4 +1,4 @@
1
- 'use strict';Object.defineProperty(exports, '__esModule', {value: true});
1
+ 'use strict';
2
2
 
3
3
  const MagicString = require('magic-string');
4
4
  const node_path = require('node:path');
@@ -350,4 +350,4 @@ const index = {
350
350
  }
351
351
  };
352
352
 
353
- exports.default = index;
353
+ module.exports = index;
package/dist/index.d.cts CHANGED
@@ -34,4 +34,4 @@ declare const _default: {
34
34
  };
35
35
  };
36
36
 
37
- export { _default as default };
37
+ export = _default;
package/dist/index.d.ts CHANGED
@@ -34,4 +34,4 @@ declare const _default: {
34
34
  };
35
35
  };
36
36
 
37
- export { _default as default };
37
+ export = _default;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@unocss/eslint-plugin",
3
3
  "type": "module",
4
- "version": "0.59.4",
4
+ "version": "0.60.0",
5
5
  "description": "ESLint plugin for UnoCSS",
6
6
  "author": "Anthony Fu <anthonyfu117@hotmail.com>",
7
7
  "license": "MIT",
@@ -35,15 +35,15 @@
35
35
  "node": ">=14"
36
36
  },
37
37
  "dependencies": {
38
- "@typescript-eslint/utils": "^7.7.0",
38
+ "@typescript-eslint/utils": "^7.8.0",
39
39
  "magic-string": "^0.30.10",
40
40
  "synckit": "^0.9.0",
41
- "@unocss/core": "0.59.4",
42
- "@unocss/config": "0.59.4"
41
+ "@unocss/config": "0.60.0",
42
+ "@unocss/core": "0.60.0"
43
43
  },
44
44
  "devDependencies": {
45
45
  "vue-eslint-parser": "^9.4.2",
46
- "@unocss/eslint-plugin": "0.59.4"
46
+ "@unocss/eslint-plugin": "0.60.0"
47
47
  },
48
48
  "scripts": {
49
49
  "build": "unbuild",