fix: adapt biome formatting of package.json files to match the yarn one (#3745)

* Fix biome formatting of package.json files to match the yarn one

* Ignore package.json

This includes a format on the member toggles as that pr got merged while using ESLint formatting and it didn't get updated before merging
This commit is contained in:
Fleny
2024-07-14 12:59:19 -05:00
committed by GitHub
parent 87f62d2a4b
commit 9e101a0320
5 changed files with 20 additions and 5 deletions
+2
View File
@@ -43,6 +43,8 @@
},
"files": {
"ignore": [
// Ignore the package.json and leave yarn to format it
"package.json",
"node_modules",
// Ignore turbo and docusaurus cache/stuff
".docusaurus",