|
6 | 6 | "scripts": { |
7 | 7 | "start": "node chunk0.js", |
8 | 8 | "clean": "premove build", |
9 | | - "prettier": "pprettier --write \"**/*.{js,json,ts,md,tsx,css,mjs,html}\"", |
10 | | - "prettier:check": "pprettier --check \"**/*.{js,json,ts,md,tsx,css,mjs,html}\"", |
| 9 | + "prettier": "oxfmt --write \"**/*.{js,json,ts,md,tsx,css,mjs,html}\"", |
| 10 | + "prettier:check": "oxfmt --check \"**/*.{js,json,ts,md,tsx,css,mjs,html}\"", |
11 | 11 | "build": "yarn webui:build && node packaging/build.mjs", |
12 | 12 | "build-plugins": "node --no-warnings packaging/buildPlugins.mjs", |
13 | 13 | "typecheck-ws": "tsc", |
|
22 | 22 | "extract-featured-contracts": "node packaging/extractFeaturedContracts.mjs", |
23 | 23 | "find-circular": "yarn dlx dpdm components/index.ts --exclude \"(components/types)|(node_modules)\" -T" |
24 | 24 | }, |
25 | | - "prettier": { |
26 | | - "semi": false, |
27 | | - "tabWidth": 4, |
28 | | - "trailingComma": "all" |
29 | | - }, |
30 | 25 | "resolutions": { |
31 | 26 | "debug": "^4.3.4", |
32 | 27 | "iconv-lite": "^0.6.3", |
|
76 | 71 | "@eslint/eslintrc": "^3.1.0", |
77 | 72 | "@eslint/js": "^9.4.0", |
78 | 73 | "@peacockproject/eslint-plugin": "workspace:*", |
79 | | - "@rdil/parallel-prettier": "^3.0.0", |
80 | 74 | "@types/express": "^5.0.0", |
81 | 75 | "@types/jsonwebtoken": "^9.0.9", |
82 | 76 | "@types/node": "^22.13.10", |
|
90 | 84 | "esbuild": "^0.25.0", |
91 | 85 | "esbuild-register": "^3.6.0", |
92 | 86 | "eslint": "^9.22.0", |
93 | | - "eslint-config-prettier": "^10.1.1", |
94 | 87 | "eslint-plugin-promise": "^7.2.1", |
95 | 88 | "eslint-plugin-react-hooks": "^5.2.0", |
96 | 89 | "fast-glob": "^3.3.3", |
97 | 90 | "globals": "^16.0.0", |
98 | 91 | "json-keys-sort": "^2.1.0", |
99 | 92 | "ms": "^2.1.3", |
| 93 | + "oxfmt": "^0.42.0", |
100 | 94 | "premove": "^4.0.0", |
101 | | - "prettier": "^3.5.3", |
102 | 95 | "terser": "^5.39.0", |
103 | 96 | "typescript": "5.8.2", |
104 | 97 | "winston": "3.13.0", |
|
0 commit comments