@schoero/configs 1.1.10 → 1.1.12

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.
@@ -3,4 +3,6 @@ tabindex
3
3
  iframe
4
4
  javascript
5
5
  webp
6
- webm
6
+ webm
7
+ popovertarget
8
+ popovertargetaction
package/eslint/json.js CHANGED
@@ -53,6 +53,10 @@ export const json = [
53
53
  rules: {
54
54
  "eslint-plugin-jsonc/sort-keys": [
55
55
  "warn",
56
+ {
57
+ order: ["types", "require", "import"],
58
+ pathPattern: "^exports..*..*$"
59
+ },
56
60
  {
57
61
  order: {
58
62
  caseSensitive: true,
@@ -103,10 +107,6 @@ export const json = [
103
107
  }
104
108
  ],
105
109
  pathPattern: "^$"
106
- },
107
- {
108
- order: ["types", "require", "import"],
109
- pathPattern: "^exports\..*\..*$"
110
110
  }
111
111
  ]
112
112
  }
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.1.10",
2
+ "version": "1.1.12",
3
3
  "type": "module",
4
4
  "name": "@schoero/configs",
5
5
  "description": "",
@@ -43,7 +43,7 @@
43
43
  "changelogen": "^0.5.5",
44
44
  "cspell": "^8.13.0",
45
45
  "eslint": "^9.8.0",
46
- "markdownlint": "^0.35.0",
46
+ "markdownlint": "^0.36.1",
47
47
  "unwritten": "^0.2.12",
48
48
  "vite": "^5.3.5",
49
49
  "vitest": "^2.0.5"