|
10 | 10 | "build": "pnpm run build:types && pnpm run build:bundle", |
11 | 11 | "build:bundle": "node ./esbuild.config.mjs", |
12 | 12 | "build:types": "tsc", |
13 | | - "format:check": "prettier --check **/*.ts", |
| 13 | + "format:check": "prettier --check **/*.*", |
14 | 14 | "format": "pnpm run format:check --write", |
15 | 15 | "lint": "eslint", |
16 | 16 | "lint:fix": "pnpm run lint --fix", |
17 | | - "release": "release-it", |
18 | 17 | "test": "vitest", |
19 | | - "test:coverage": "vitest --coverage" |
| 18 | + "test:coverage": "vitest --coverage", |
| 19 | + "knip": "knip" |
20 | 20 | }, |
21 | 21 | "repository": { |
22 | 22 | "type": "git", |
|
39 | 39 | "@total-typescript/ts-reset": "^0.6.1", |
40 | 40 | "@types/eslint__js": "^8.42.3", |
41 | 41 | "@types/node": "^20.16.10", |
42 | | - "@typescript-eslint/eslint-plugin": "^8.8.0", |
43 | 42 | "@typescript-eslint/parser": "^8.8.0", |
44 | 43 | "@vitest/coverage-v8": "^2.1.1", |
45 | 44 | "chalk": "^5.3.0", |
|
51 | 50 | "eslint-plugin-github": "^5.0.2", |
52 | 51 | "eslint-plugin-import": "^2.31.0", |
53 | 52 | "eslint-plugin-import-x": "^4.3.1", |
| 53 | + "knip": "^5.32.0", |
54 | 54 | "prettier": "3.3.3", |
55 | 55 | "typescript": "^5.6.2", |
56 | 56 | "typescript-eslint": "^8.8.0", |
|
0 commit comments