|
1 | 1 | {
|
2 | 2 | "name": "@sxzz/eslint-config",
|
3 | 3 | "version": "4.5.1",
|
4 |
| - "packageManager": "pnpm@9.15.2", |
| 4 | + "packageManager": "pnpm@9.15.3", |
5 | 5 | "description": "ESLint config for @sxzz.",
|
6 | 6 | "type": "module",
|
7 | 7 | "license": "MIT",
|
|
32 | 32 | "build": "pnpm run build:typegen && tsup",
|
33 | 33 | "build:typegen": "tsx scripts/typegen.ts",
|
34 | 34 | "build:inspector": "eslint-config-inspector build --config eslint-inspector.config.ts",
|
35 |
| - "lint": "eslint --flag unstable_ts_config .", |
| 35 | + "lint": "eslint", |
36 | 36 | "lint:fix": "pnpm run lint --fix",
|
37 | 37 | "release": "bumpp && pnpm publish",
|
38 | 38 | "typecheck": "tsc --noEmit",
|
|
43 | 43 | },
|
44 | 44 | "dependencies": {
|
45 | 45 | "@eslint-community/eslint-plugin-eslint-comments": "^4.4.1",
|
46 |
| - "@eslint/js": "^9.17.0", |
| 46 | + "@eslint/js": "^9.18.0", |
47 | 47 | "@eslint/markdown": "^6.2.1",
|
48 |
| - "@unocss/eslint-plugin": ">=0.65.3", |
| 48 | + "@unocss/eslint-plugin": ">=0.65.4", |
49 | 49 | "eslint-config-flat-gitignore": "^0.3.0",
|
50 | 50 | "eslint-config-prettier": "^9.1.0",
|
51 | 51 | "eslint-plugin-antfu": "^2.7.0",
|
|
54 | 54 | "eslint-plugin-jsdoc": "^50.6.1",
|
55 | 55 | "eslint-plugin-jsonc": "^2.18.2",
|
56 | 56 | "eslint-plugin-n": "^17.15.1",
|
57 |
| - "eslint-plugin-perfectionist": "^4.4.0", |
| 57 | + "eslint-plugin-perfectionist": "^4.6.0", |
58 | 58 | "eslint-plugin-prettier": "^5.2.1",
|
59 | 59 | "eslint-plugin-regexp": "^2.7.0",
|
60 | 60 | "eslint-plugin-sxzz": "^0.1.0",
|
|
66 | 66 | "jsonc-eslint-parser": "^2.4.0",
|
67 | 67 | "local-pkg": "^0.5.1",
|
68 | 68 | "prettier": "^3.4.2",
|
69 |
| - "typescript-eslint": "^8.18.2", |
| 69 | + "typescript-eslint": "^8.19.1", |
70 | 70 | "vue-eslint-parser": "^9.4.3",
|
71 | 71 | "yaml-eslint-parser": "^1.2.3"
|
72 | 72 | },
|
73 | 73 | "devDependencies": {
|
74 |
| - "@eslint/config-inspector": "^0.6.0", |
| 74 | + "@eslint/config-inspector": "^0.7.1", |
75 | 75 | "@sxzz/prettier-config": "^2.0.2",
|
76 |
| - "@types/node": "^22.10.2", |
77 |
| - "bumpp": "^9.9.2", |
78 |
| - "eslint": "^9.17.0", |
| 76 | + "@types/node": "^22.10.5", |
| 77 | + "bumpp": "^9.10.0", |
| 78 | + "eslint": "^9.18.0", |
79 | 79 | "eslint-typegen": "^0.3.2",
|
80 | 80 | "importx": "^0.5.1",
|
81 | 81 | "picocolors": "^1.1.1",
|
82 | 82 | "tsup": "^8.3.5",
|
83 | 83 | "tsx": "^4.19.2",
|
84 |
| - "typescript": "^5.7.2" |
| 84 | + "typescript": "^5.7.3" |
85 | 85 | },
|
86 | 86 | "engines": {
|
87 | 87 | "node": "^18.18.0 || >=20.0.0"
|
|
0 commit comments