Add biome for json files

This commit is contained in:
Mona Mayrhofer 2025-12-26 14:12:06 +01:00
parent 875f2f2d46
commit ddf96e81bb
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 374AB152BDEBA1AE

View file

@ -17,6 +17,9 @@
"languages": {
"TSX": {
"language_servers": ["stylelint-lsp", "..."]
},
"JSON": {
"language_servers": ["biome", "..."]
}
}
}