chore: use oxc tooling to speed up prettier (#8117)

Co-authored-by: sriramveeraghanta <veeraghanta.sriram@gmail.com>
This commit is contained in:
Aaron 2025-11-20 19:00:27 +07:00 committed by GitHub
parent f3031a44f7
commit 90866fb925
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
37 changed files with 510 additions and 578 deletions

View file

@ -1,5 +1,6 @@
{
"printWidth": 120,
"tabWidth": 2,
"trailingComma": "es5"
"trailingComma": "es5",
"plugins": ["@prettier/plugin-oxc"]
}

View file

@ -45,6 +45,7 @@
"devDependencies": {
"@plane/eslint-config": "workspace:*",
"@plane/typescript-config": "workspace:*",
"@prettier/plugin-oxc": "0.0.4",
"@types/hast": "^3.0.4",
"@types/lodash-es": "catalog:",
"@types/mdast": "^4.0.4",