Skip to content

Commit d19a1e6

Browse files
authored
Remove Prettier from the repo (#1980)
Prettier has been disabled since we migrated to Mintlify because it was breaking lots of stuff. I spent some time last week (#1978) trying to make it play nice with our content but the juice just ain't worth the squeeze. It would clean up 500 files and absolutely slaughter another 500. I even tried writing custom scripts to override the stuff Prettier would do wrong but it was way too janky. Not worth it! So let's get rid of it.
1 parent ef5dfac commit d19a1e6

4 files changed

Lines changed: 490 additions & 1171 deletions

File tree

.github/workflows/ci-checks.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,3 @@ jobs:
1919
echo DEPLOY_ENV=dev > .env
2020
- name: Install Dependencies 📥
2121
run: pnpm install --frozen-lockfile
22-
- name: Fmt Check 🧹
23-
run: pnpm run fmt:check

.prettierignore

Lines changed: 0 additions & 36 deletions
This file was deleted.

package.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
"main": "index.js",
66
"scripts": {
77
"dev": "mint dev --port 3333",
8-
"fmt:check": "biome check . --diagnostic-level=error && prettier --check .",
9-
"fmt": "biome check . --write --diagnostic-level=error --organize-imports-enabled=true && prettier --write .",
108
"check-redirect-conflicts": "node custom/scripts/check-redirect-conflicts.js",
119
"test-links": "mint broken-links",
1210
"vale": "vale --glob='!{snippets/**,errors/**,.skills/**,agent/cli-api.mdx,agent/cli.mdx,style-guide.mdx}' .",
@@ -21,12 +19,10 @@
2119
"@babel/traverse": "^7.28.4",
2220
"@ngrok/mantle": "^0.52.9",
2321
"@types/react": "^19.1.13",
24-
"biome": "^0.3.3",
2522
"gray-matter": "^4.0.3",
2623
"js-yaml": "^4.1.0",
2724
"mint": "^4.2.176",
2825
"mdx2vast": "^0.3.0",
29-
"prettier": "^3.6.2",
3026
"react": "^19.1.1",
3127
"react-markdown": "^10.1.0"
3228
}

0 commit comments

Comments
 (0)