@sxzz/eslint-config 7.1.1 → 7.1.2

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -0
  2. package/package.json +5 -5
package/dist/index.js CHANGED
@@ -552,6 +552,7 @@ const sortTsconfig = () => [{
552
552
  "sourceRoot",
553
553
  "stripInternal",
554
554
  "allowSyntheticDefaultImports",
555
+ "erasableSyntaxOnly",
555
556
  "esModuleInterop",
556
557
  "forceConsistentCasingInFileNames",
557
558
  "isolatedModules",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sxzz/eslint-config",
3
- "version": "7.1.1",
3
+ "version": "7.1.2",
4
4
  "description": "ESLint config for @sxzz.",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -47,7 +47,7 @@
47
47
  "eslint-plugin-command": "^3.3.1",
48
48
  "eslint-plugin-de-morgan": "^1.3.0",
49
49
  "eslint-plugin-import-x": "^4.16.1",
50
- "eslint-plugin-jsdoc": "^52.0.0",
50
+ "eslint-plugin-jsdoc": "^52.0.2",
51
51
  "eslint-plugin-jsonc": "^2.20.1",
52
52
  "eslint-plugin-n": "^17.21.3",
53
53
  "eslint-plugin-perfectionist": "^4.15.0",
@@ -57,7 +57,7 @@
57
57
  "eslint-plugin-sxzz": "^0.4.0",
58
58
  "eslint-plugin-unicorn": "^60.0.0",
59
59
  "eslint-plugin-unused-imports": "^4.1.4",
60
- "eslint-plugin-vue": "^10.3.0",
60
+ "eslint-plugin-vue": "^10.4.0",
61
61
  "eslint-plugin-yml": "^1.18.0",
62
62
  "globals": "^16.3.0",
63
63
  "jsonc-eslint-parser": "^2.4.0",
@@ -73,12 +73,12 @@
73
73
  "@types/node": "^24.1.0",
74
74
  "@unocss/eslint-plugin": "^66.3.3",
75
75
  "ansis": "^4.1.0",
76
- "bumpp": "^10.2.1",
76
+ "bumpp": "^10.2.2",
77
77
  "eslint": "^9.32.0",
78
78
  "eslint-typegen": "^2.3.0",
79
79
  "tsdown": "^0.13.0",
80
80
  "tsx": "^4.20.3",
81
- "typescript": "^5.8.3"
81
+ "typescript": "^5.9.2"
82
82
  },
83
83
  "engines": {
84
84
  "node": ">=20.0.0"