|
14 | 14 | "preview": "astro preview", |
15 | 15 | "astro": "astro", |
16 | 16 | "sync": "astro sync", |
17 | | - "lint": "eslint .", |
18 | | - "lint-fix": "eslint --fix .", |
19 | | - "prettier": "prettier --check .", |
20 | | - "prettier-fix": "prettier --write .", |
| 17 | + "lint": "oxlint", |
| 18 | + "lint:fix": "oxlint --fix", |
| 19 | + "fmt": "oxfmt", |
| 20 | + "fmt:check": "oxfmt --check", |
21 | 21 | "check-links": "node scripts/check-tool-links.mjs", |
22 | 22 | "depcheck": "knip", |
23 | 23 | "test": "vitest run" |
|
56 | 56 | "tw-animate-css": "^1.3.0" |
57 | 57 | }, |
58 | 58 | "devDependencies": { |
59 | | - "@eslint/js": "^10.0.1", |
60 | | - "@ianvs/prettier-plugin-sort-imports": "^4.7.1", |
61 | 59 | "@tailwindcss/typography": "^0.5.19", |
62 | 60 | "@tailwindcss/vite": "^4.2.2", |
63 | 61 | "@types/react": "^19.2.14", |
64 | 62 | "@types/react-dom": "^19.2.0", |
65 | | - "eslint": "^10.1.0", |
66 | | - "eslint-config-prettier": "^10.1.0", |
67 | 63 | "eslint-plugin-astro": "^1.6.0", |
68 | | - "eslint-plugin-jsx-a11y": "^6.10.2", |
69 | | - "eslint-plugin-react": "^7.37.5", |
70 | | - "eslint-plugin-react-hooks": "^7.0.0", |
71 | 64 | "globals": "^17.4.0", |
72 | 65 | "knip": "^6.0.1", |
73 | 66 | "open-graph-scraper": "^6.11.0", |
74 | | - "prettier": "^3.8.1", |
75 | | - "prettier-plugin-astro": "^0.14.1", |
76 | | - "prettier-plugin-tailwindcss": "^0.7.0", |
| 67 | + "oxfmt": "^0.43.0", |
| 68 | + "oxlint": "^1.58.0", |
77 | 69 | "tailwindcss": "^4.2.2", |
78 | 70 | "typescript": "5.9.3", |
79 | | - "typescript-eslint": "^8.57.1", |
80 | 71 | "vitest": "^4.1.0" |
81 | 72 | } |
82 | 73 | } |
0 commit comments