|
2 | 2 | "name": "@coderwyd/eslint-config",
|
3 | 3 | "type": "module",
|
4 | 4 | "version": "3.4.0",
|
5 |
| - "packageManager": "[email protected].3", |
| 5 | + "packageManager": "[email protected].4", |
6 | 6 | "description": "Donny's ESLint config",
|
7 | 7 | "author": "Donny Wang <[email protected]> (https://github.com/coderwyd/)",
|
8 | 8 | "license": "MIT",
|
|
37 | 37 | },
|
38 | 38 | "scripts": {
|
39 | 39 | "build": "nr build:typegen && tsup",
|
40 |
| - "dev": "npx @eslint/config-inspector", |
41 |
| - "lint": "eslint --flag unstable_ts_config .", |
42 |
| - "lint:fix": "eslint --flag unstable_ts_config . --fix", |
43 |
| - "build:inspector": "pnpm build && npx @eslint/config-inspector build", |
44 |
| - "build:typegen": "tsx scripts/typegen.ts", |
| 40 | + "dev": "pnpx @eslint/config-inspector", |
| 41 | + "lint": "eslint .", |
| 42 | + "lint:fix": "eslint . --fix", |
| 43 | + "build:inspector": "pnpm build && pnpx @eslint/config-inspector build", |
| 44 | + "build:typegen": "jiti scripts/typegen.ts", |
45 | 45 | "prepack": "nr build",
|
46 | 46 | "prepare": "simple-git-hooks",
|
47 | 47 | "release": "bumpp && pnpm publish",
|
|
84 | 84 | "@antfu/install-pkg": "^1.0.0",
|
85 | 85 | "@eslint-community/eslint-plugin-eslint-comments": "^4.4.1",
|
86 | 86 | "@toml-tools/parser": "^1.0.0",
|
87 |
| - "@typescript-eslint/eslint-plugin": "^8.18.2", |
88 |
| - "@typescript-eslint/parser": "^8.18.2", |
| 87 | + "@typescript-eslint/eslint-plugin": "^8.20.0", |
| 88 | + "@typescript-eslint/parser": "^8.20.0", |
89 | 89 | "@vitest/eslint-plugin": "^1.1.25",
|
90 | 90 | "eslint-config-flat-gitignore": "^1.0.0",
|
91 |
| - "eslint-config-prettier": "^9.1.0", |
| 91 | + "eslint-config-prettier": "^10.0.1", |
92 | 92 | "eslint-plugin-antfu": "^2.7.0",
|
93 |
| - "eslint-plugin-command": "^0.2.7", |
| 93 | + "eslint-plugin-command": "^2.1.0", |
94 | 94 | "eslint-plugin-eslint-comments": "^3.2.0",
|
95 | 95 | "eslint-plugin-import-x": "^4.6.1",
|
96 |
| - "eslint-plugin-jsdoc": "^50.6.1", |
| 96 | + "eslint-plugin-jsdoc": "^50.6.2", |
97 | 97 | "eslint-plugin-jsonc": "^2.18.2",
|
98 | 98 | "eslint-plugin-n": "^17.15.1",
|
99 | 99 | "eslint-plugin-no-only-tests": "^3.3.0",
|
|
102 | 102 | "eslint-plugin-unicorn": "^56.0.1",
|
103 | 103 | "eslint-plugin-unused-imports": "^4.1.4",
|
104 | 104 | "eslint-plugin-vue": "^9.32.0",
|
105 |
| - "eslint-typegen": "^0.3.2", |
| 105 | + "eslint-typegen": "^1.0.0", |
106 | 106 | "globals": "^15.14.0",
|
107 | 107 | "jsonc-eslint-parser": "^2.4.0",
|
108 |
| - "local-pkg": "^0.5.1", |
| 108 | + "local-pkg": "^1.0.0", |
109 | 109 | "parse-gitignore": "^2.0.0",
|
110 | 110 | "picocolors": "^1.1.1",
|
111 | 111 | "prettier": "^3.4.2",
|
|
114 | 114 | "yargs": "^17.7.2"
|
115 | 115 | },
|
116 | 116 | "devDependencies": {
|
117 |
| - "@antfu/ni": "^0.23.2", |
| 117 | + "@antfu/ni": "^23.2.0", |
118 | 118 | "@eslint-react/eslint-plugin": "^1.23.2",
|
119 |
| - "@eslint/config-inspector": "^0.7.1", |
| 119 | + "@eslint/config-inspector": "^1.0.0", |
120 | 120 | "@types/eslint-config-prettier": "^6.11.3",
|
121 | 121 | "@types/fs-extra": "^11.0.4",
|
122 | 122 | "@types/node": "^22.10.7",
|
123 | 123 | "@types/prompts": "^2.4.9",
|
124 | 124 | "@types/yargs": "^17.0.33",
|
125 |
| - "@unocss/eslint-plugin": "^0.65.4", |
| 125 | + "@unocss/eslint-plugin": "^65.4.2", |
126 | 126 | "bumpp": "^9.10.1",
|
127 |
| - "eslint": "^9.17.0", |
| 127 | + "eslint": "^9.18.0", |
128 | 128 | "eslint-plugin-react-hooks": "^5.1.0",
|
129 | 129 | "eslint-plugin-react-refresh": "^0.4.18",
|
130 | 130 | "eslint-plugin-svelte": "^2.46.1",
|
131 |
| - "eslint-plugin-tailwindcss": "^3.17.5", |
| 131 | + "eslint-plugin-tailwindcss": "^3.18.0", |
132 | 132 | "execa": "^9.5.2",
|
133 | 133 | "fast-glob": "^3.3.3",
|
134 |
| - "fs-extra": "^11.2.0", |
| 134 | + "fs-extra": "^11.3.0", |
135 | 135 | "jiti": "^2.4.2",
|
136 |
| - "lint-staged": "^15.2.11", |
| 136 | + "nano-staged": "^0.8.0", |
137 | 137 | "rimraf": "^6.0.1",
|
138 | 138 | "simple-git-hooks": "^2.11.1",
|
139 |
| - "svelte": "^5.16.1", |
| 139 | + "svelte": "^5.19.0", |
140 | 140 | "svelte-eslint-parser": "^0.43.0",
|
141 | 141 | "tsup": "^8.3.5",
|
142 |
| - "tsx": "^4.19.2", |
143 |
| - "typescript": "^5.7.2" |
| 142 | + "typescript": "^5.7.3" |
144 | 143 | },
|
145 | 144 | "simple-git-hooks": {
|
146 |
| - "pre-commit": "pnpx nano-staged" |
| 145 | + "pre-commit": "pnpm exec nano-staged" |
147 | 146 | },
|
148 | 147 | "nano-staged": {
|
149 |
| - "*": "eslint --flag unstable_ts_config --fix" |
| 148 | + "*": "eslint --fix" |
150 | 149 | }
|
151 | 150 | }
|
0 commit comments