feat: update biome.json to include specific JSON files in the includes section

This commit is contained in:
Marco Pedone 2026-03-25 11:30:14 +01:00
parent 736f2c1583
commit 8d07c82e7e

View file

@ -48,7 +48,11 @@
"!!**/.vscode", "!!**/.vscode",
"!!**/certificates", "!!**/certificates",
"!!**/headers", "!!**/headers",
"!!**/schemas" "!!**/schemas",
"!fic_cities.json",
"!fic_nations.json",
"!gi_comuni_cap.json",
"!gi_nazioni.json"
] ]
}, },
"formatter": { "formatter": {