Skip to content

Commit 02ad266

Browse files
authored
chore: Downgrade prettier to v3 (supabase#31099)
* Bump all versions of prettier to 3.2.4 * Remove obsolete config in prettier.
1 parent e648966 commit 02ad266

File tree

7 files changed

+14
-394
lines changed

7 files changed

+14
-394
lines changed

.prettierrc

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
"printWidth": 100,
77
"endOfLine": "lf",
88
"sqlKeywordCase": "lower",
9-
"pluginSearchDirs": false,
109
"plugins": ["prettier-plugin-sql-cst"],
1110
"overrides": [
1211
{

apps/studio/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@
170170
"msw": "^2.3.0",
171171
"next-router-mock": "^0.9.13",
172172
"postcss": "^8.4.31",
173-
"prettier": "^4.0.0-alpha.8",
173+
"prettier": "3.2.4",
174174
"tailwindcss": "^3.4.1",
175175
"typescript": "~5.5.0"
176176
}

0 commit comments

Comments
 (0)