|
16 | 16 | "format": "npm-run-all format:arrows format:braces format:biome format:check", |
17 | 17 | "lint:biome": "pnpm biome format .", |
18 | 18 | "lint:oxlint": "pnpm oxlint .", |
19 | | - "lint": "npm-run-all lint:biome lint:oxlint", |
| 19 | + "lint": "npm-run-all lint:biome lint:oxlint lint:exports lint:functions", |
20 | 20 | "strip-braces": "pnpm exec sg scan --rule .ast-grep/rules/strip-braces.yml -U", |
| 21 | + "lint:exports": "pnpm exec sg scan --rule .ast-grep/rules/no-inline-export.yml --error=no-inline-export --globs '!**/*.d.ts' .", |
| 22 | + "lint:functions": "pnpm exec sg scan --rule .ast-grep/rules/no-function-declaration.yml --error=no-function-declaration --globs '!**/*.d.ts' .", |
21 | 23 | "test": "pnpm vitest run" |
22 | 24 | }, |
23 | 25 | "dependencies": { |
|
30 | 32 | }, |
31 | 33 | "devDependencies": { |
32 | 34 | "@ast-grep/cli": "^0.43.0", |
33 | | - "@biomejs/biome": "^2.4.16", |
34 | | - "@types/node": "^25.9.2", |
35 | | - "convert-to-arrow": "^1.0.21", |
36 | | - "npm-run-all2": "^9.0.1", |
37 | | - "oxlint": "^1.69.0", |
| 35 | + "@ast-grep/cli-linux-x64-gnu": "^0.43.0", |
| 36 | + "@biomejs/biome": "^2.5.0", |
| 37 | + "@types/node": "^26.0.0", |
| 38 | + "convert-to-arrow": "^1.1.4", |
| 39 | + "npm-run-all2": "^9.0.2", |
| 40 | + "oxlint": "^1.70.0", |
38 | 41 | "oxlint-tsgolint": "^0.23.0", |
39 | 42 | "tsx": "^4.22.4", |
40 | 43 | "typescript": "^6.0.3", |
41 | | - "vitest": "^4.1.8" |
| 44 | + "vitest": "^4.1.9" |
42 | 45 | } |
43 | 46 | } |
0 commit comments