@unocss/eslint-plugin 66.4.2 → 66.5.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
@@ -288,7 +288,8 @@ const order = createRule({
288
288
  type: "array",
289
289
  items: { type: "string" }
290
290
  }
291
- }
291
+ },
292
+ additionalProperties: false
292
293
  }
293
294
  ]
294
295
  },
package/dist/index.mjs CHANGED
@@ -282,7 +282,8 @@ const order = createRule({
282
282
  type: "array",
283
283
  items: { type: "string" }
284
284
  }
285
- }
285
+ },
286
+ additionalProperties: false
286
287
  }
287
288
  ]
288
289
  },
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@unocss/eslint-plugin",
3
3
  "type": "module",
4
- "version": "66.4.2",
4
+ "version": "66.5.0",
5
5
  "description": "ESLint plugin for UnoCSS",
6
6
  "author": "Anthony Fu <anthonyfu117@hotmail.com>",
7
7
  "license": "MIT",
@@ -35,18 +35,18 @@
35
35
  "node": ">=14"
36
36
  },
37
37
  "dependencies": {
38
- "@typescript-eslint/utils": "^8.39.0",
39
- "magic-string": "^0.30.17",
38
+ "@typescript-eslint/utils": "^8.41.0",
39
+ "magic-string": "^0.30.18",
40
40
  "synckit": "^0.11.11",
41
- "@unocss/config": "66.4.2",
42
- "@unocss/core": "66.4.2",
43
- "@unocss/rule-utils": "66.4.2"
41
+ "@unocss/config": "66.5.0",
42
+ "@unocss/core": "66.5.0",
43
+ "@unocss/rule-utils": "66.5.0"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@typescript/native-preview": "latest",
47
47
  "svelte-eslint-parser": "^1.3.1",
48
48
  "vue-eslint-parser": "^10.2.0",
49
- "@unocss/eslint-plugin": "66.4.2"
49
+ "@unocss/eslint-plugin": "66.5.0"
50
50
  },
51
51
  "scripts": {
52
52
  "build": "unbuild",