chore: exclude package.json to format

This commit is contained in:
Mauricio Siu
2024-10-26 16:17:20 -06:00
parent 4b5408c050
commit 78659b2ad9
2 changed files with 98 additions and 91 deletions

View File

@@ -1,7 +1,14 @@
{
"$schema": "./node_modules/@biomejs/biome/configuration_schema.json",
"files": {
"ignore": ["node_modules/**", ".next/**", "drizzle/**", ".docker", "dist"]
"ignore": [
"node_modules/**",
".next/**",
"drizzle/**",
".docker",
"dist",
"packages/server/package.json"
]
},
"organizeImports": {
"enabled": true