add package json in biome ignore

This commit is contained in:
Aman Varshney
2025-04-08 23:50:45 +05:30
parent adcfe787a3
commit 711c733b50

View File

@@ -7,7 +7,15 @@
},
"files": {
"ignoreUnknown": false,
"ignore": [".next", "dist", ".source", "out", "template", ".turbo"]
"ignore": [
".next",
"dist",
".source",
"out",
"template",
".turbo",
"package.json"
]
},
"formatter": {
"enabled": true,