|
40 | 40 | "test:watch": "vitest watch --project browser --project node", |
41 | 41 | "visual": "vitest run --project visual --coverage.reportsDirectory='./coverage/visual'", |
42 | 42 | "visual:update": "vitest run --project visual --update", |
43 | | - "format": "biome format --write", |
| 43 | + "format": "oxfmt", |
| 44 | + "format:check": "oxfmt --check", |
44 | 45 | "check": "biome check --error-on-warnings", |
45 | 46 | "biome:ci": "biome ci --error-on-warnings", |
46 | 47 | "eslint": "eslint --max-warnings 0 --cache --cache-location .cache/eslint --cache-strategy content", |
47 | 48 | "eslint:fix": "node --run eslint -- --fix", |
48 | | - "prettier:check": "prettier --check .", |
49 | | - "prettier:format": "prettier --write .", |
50 | 49 | "typecheck": "tsc --build" |
51 | 50 | }, |
52 | 51 | "devDependencies": { |
53 | 52 | "@biomejs/biome": "2.4.0", |
54 | 53 | "@eslint-react/eslint-plugin": "^2.3.12", |
55 | 54 | "@eslint/markdown": "^7.5.1", |
56 | 55 | "@faker-js/faker": "^10.0.0", |
57 | | - "@ianvs/prettier-plugin-sort-imports": "^4.6.2", |
58 | 56 | "@tanstack/react-router": "^1.132.31", |
59 | 57 | "@tanstack/router-plugin": "^1.132.31", |
60 | 58 | "@types/node": "^25.0.2", |
|
76 | 74 | "eslint-plugin-testing-library": "^7.13.5", |
77 | 75 | "jspdf": "^4.0.0", |
78 | 76 | "jspdf-autotable": "^5.0.2", |
| 77 | + "oxfmt": "0.33.0", |
79 | 78 | "playwright": "~1.58.0", |
80 | 79 | "postcss": "^8.5.2", |
81 | | - "prettier": "3.8.1", |
82 | 80 | "react": "^19.2.1", |
83 | 81 | "react-dom": "^19.2.1", |
84 | 82 | "rolldown": "^1.0.0-rc.3", |
|
0 commit comments