@unocss/eslint-plugin 0.65.2 → 0.65.3
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/worker.mjs +1 -2
- package/package.json +5 -5
package/dist/worker.mjs
CHANGED
|
@@ -30,9 +30,8 @@ async function sortRules(rules, uno) {
|
|
|
30
30
|
return [...unknown, sorted].join(" ").trim();
|
|
31
31
|
}
|
|
32
32
|
|
|
33
|
-
var _a;
|
|
34
33
|
const promises = /* @__PURE__ */ new Map();
|
|
35
|
-
|
|
34
|
+
process.env.ESLINT ||= "true";
|
|
36
35
|
async function _getGenerator(configPath) {
|
|
37
36
|
const { config, sources } = await loadConfig(
|
|
38
37
|
process.cwd(),
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@unocss/eslint-plugin",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.65.
|
|
4
|
+
"version": "0.65.3",
|
|
5
5
|
"description": "ESLint plugin for UnoCSS",
|
|
6
6
|
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
|
|
7
7
|
"license": "MIT",
|
|
@@ -35,16 +35,16 @@
|
|
|
35
35
|
"node": ">=14"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@typescript-eslint/utils": "^8.18.
|
|
38
|
+
"@typescript-eslint/utils": "^8.18.2",
|
|
39
39
|
"magic-string": "^0.30.17",
|
|
40
40
|
"synckit": "^0.9.2",
|
|
41
|
-
"@unocss/config": "0.65.
|
|
42
|
-
"@unocss/core": "0.65.
|
|
41
|
+
"@unocss/config": "0.65.3",
|
|
42
|
+
"@unocss/core": "0.65.3"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
45
|
"svelte-eslint-parser": "^0.42.0",
|
|
46
46
|
"vue-eslint-parser": "^9.4.3",
|
|
47
|
-
"@unocss/eslint-plugin": "0.65.
|
|
47
|
+
"@unocss/eslint-plugin": "0.65.3"
|
|
48
48
|
},
|
|
49
49
|
"scripts": {
|
|
50
50
|
"build": "unbuild",
|