|
13 | 13 | "e2e": "cd ./e2e && pnpm e2e", |
14 | 14 | "format": "oxfmt . && heading-case --write", |
15 | 15 | "format:check": "oxfmt . --check", |
16 | | - "lint": "rslint --type-check", |
| 16 | + "lint": "rs lint --type-check", |
17 | 17 | "prebundle": "pnpm --parallel --filter \"./packages/*\" run prebundle", |
18 | 18 | "prepare": "simple-git-hooks && node --run prebundle", |
19 | 19 | "sort-package-json": "pnpx sort-package-json \"./package.json\" \"packages/*/package.json\"", |
20 | 20 | "test": "rstest", |
21 | 21 | "test:watch": "rstest watch" |
22 | 22 | }, |
23 | 23 | "devDependencies": { |
24 | | - "@rslint/core": "catalog:", |
25 | 24 | "@rstest/adapter-rslib": "catalog:", |
26 | 25 | "@rstest/core": "catalog:", |
27 | 26 | "@scripts/config": "workspace:*", |
|
32 | 31 | "heading-case": "catalog:", |
33 | 32 | "nano-staged": "catalog:", |
34 | 33 | "oxfmt": "catalog:", |
| 34 | + "rstack": "catalog:", |
35 | 35 | "simple-git-hooks": "catalog:", |
36 | 36 | "typescript": "catalog:" |
37 | 37 | }, |
|
41 | 41 | "nano-staged": { |
42 | 42 | "*.{md,mdx,json,css,less,scss}": "oxfmt --no-error-on-unmatched-pattern", |
43 | 43 | "*.{js,jsx,ts,tsx,mjs,cjs}": [ |
44 | | - "rslint --type-check", |
| 44 | + "rs lint --type-check", |
45 | 45 | "oxfmt --no-error-on-unmatched-pattern" |
46 | 46 | ] |
47 | 47 | }, |
|
0 commit comments