chore: update biome configuration and dependencies to Biome version 2.4.6, enhancing compatibility and functionality

This commit is contained in:
Anish Sarkar 2026-03-07 12:52:05 +05:30
parent 45c38456ab
commit eadbcb4846
3 changed files with 40 additions and 40 deletions

View file

@ -1,5 +1,5 @@
{
"$schema": "https://biomejs.dev/schemas/2.1.2/schema.json",
"$schema": "https://biomejs.dev/schemas/2.4.6/schema.json",
"vcs": {
"enabled": true,
"clientKind": "git",
@ -7,7 +7,7 @@
},
"files": {
"ignoreUnknown": true,
"experimentalScannerIgnores": ["node_modules", ".git", ".next", "dist", "build", "coverage"],
"includes": ["**", "!!node_modules", "!!.git", "!!.next", "!!dist", "!!build", "!!coverage"],
"maxSize": 1048576
},
"formatter": {