|
22 | 22 | "lint:format": "prettier . --cache --check", |
23 | 23 | "lint:format:fix": "prettier . --cache --write", |
24 | 24 | "lint:js": "eslint . --cache", |
25 | | - "lint:js:fix": "eslint . --fix", |
26 | 25 | "lint:types": "tsc --noEmit", |
27 | 26 | "prepack": "tsc --project tsconfig.json", |
28 | 27 | "start": "pnpm build --watch", |
|
38 | 37 | "yargs": "^17.7.2" |
39 | 38 | }, |
40 | 39 | "devDependencies": { |
| 40 | + "@eslint/js": "^9.15.0", |
41 | 41 | "@types/fs-extra": "^11.0.4", |
42 | | - "@types/node": "^22.9.0", |
| 42 | + "@types/node": "^22.9.1", |
43 | 43 | "@types/yargs": "^17.0.33", |
44 | | - "@typescript-eslint/eslint-plugin": "^7.1.0", |
45 | | - "@typescript-eslint/parser": "^7.1.0", |
46 | 44 | "@vitest/coverage-v8": "^2.1.5", |
47 | 45 | "concurrently": "^9.1.0", |
48 | | - "eslint": "^8.56.0", |
49 | | - "eslint-plugin-n": "^16.6.2", |
| 46 | + "eslint": "^9.15.0", |
| 47 | + "eslint-plugin-n": "^17.13.2", |
50 | 48 | "fixturify-project": "^7.1.3", |
51 | 49 | "prettier": "^3.3.3", |
52 | 50 | "recursive-copy": "^2.0.14", |
53 | 51 | "release-plan": "^0.10.0", |
54 | 52 | "type-fest": "^4.27.0", |
55 | 53 | "typescript": "^5.6.3", |
| 54 | + "typescript-eslint": "^8.15.0", |
56 | 55 | "uuid": "^11.0.3", |
57 | 56 | "vitest": "^2.1.5" |
58 | 57 | }, |
|
0 commit comments