chore: biome ignore package.json

This commit is contained in:
2026-04-16 11:55:54 +05:30
parent db0e249874
commit a46d764336
+9 -1
View File
@@ -5,5 +5,13 @@
"lineWidth": 80, "lineWidth": 80,
"lineEnding": "lf" "lineEnding": "lf"
}, },
"files": { "includes": ["**", "!!spec-built", "!!engine262", "!!graphology"] } "files": {
"includes": ["**", "!!spec-built", "!!engine262", "!!graphology"]
},
"overrides": [
{
"includes": ["package.json"],
"formatter": { "enabled": false }
}
]
} }