@adamhl8/configs 0.17.11 → 0.17.13

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.
@@ -1,5 +1,5 @@
1
1
  {
2
- "$schema": "https://biomejs.dev/schemas/2.3.6/schema.json",
2
+ "$schema": "https://biomejs.dev/schemas/latest/schema.json",
3
3
  "root": false,
4
4
  "vcs": {
5
5
  "enabled": true,
@@ -220,7 +220,7 @@
220
220
  "noParametersOnlyUsedInRecursion": "error",
221
221
  "noReactForwardRef": "error",
222
222
  "noShadow": "error",
223
- "noSyncScripts": "error",
223
+ "noSyncScripts": "off",
224
224
  "noUnknownAttribute": "error",
225
225
  "noUnnecessaryConditions": "error",
226
226
  "noUnresolvedImports": "off",
@@ -253,7 +253,8 @@
253
253
  "useVueValidVElseIf": "error",
254
254
  "useVueValidVHtml": "error",
255
255
  "useVueValidVIf": "error",
256
- "useVueValidVOn": "error"
256
+ "useVueValidVOn": "error",
257
+ "useVueValidVText": "error"
257
258
  },
258
259
  "performance": {
259
260
  "noAccumulatingSpread": "error",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adamhl8/configs",
3
- "version": "0.17.11",
3
+ "version": "0.17.13",
4
4
  "type": "module",
5
5
  "repository": {
6
6
  "type": "git",
@@ -51,14 +51,14 @@
51
51
  "prettier-plugin-toml": "^2.0.6",
52
52
  "remeda": "^2.32.0",
53
53
  "ts-explicit-errors": "^4.0.1",
54
- "tsdown": "^0.16.5",
54
+ "tsdown": "^0.16.6",
55
55
  "type-fest": "^5.2.0"
56
56
  },
57
57
  "devDependencies": {
58
58
  "@arethetypeswrong/core": "^0.18.2",
59
- "@biomejs/biome": "^2.3.6",
59
+ "@biomejs/biome": "^2.3.7",
60
60
  "@types/bun": "^1.3.2",
61
- "knip": "^5.70.0",
61
+ "knip": "^5.70.1",
62
62
  "markdown-toc": "^1.2.0",
63
63
  "prettier": "^3.6.2",
64
64
  "publint": "^0.3.15",