Removed "don't lint vscode json files" setting from biome.jsonc

This commit is contained in:
Bertie690 2025-08-01 11:56:46 -04:00 committed by GitHub
parent cfef679967
commit 11ca012270
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -26,7 +26,6 @@
"!**/public/**/*",
"!**/.github/**/*",
"!**/node_modules/**/*",
"!**/.vscode/**/*",
"!**/typedoc/**/*",
// TODO: lint css and html?
"!**/*.css",
@ -37,7 +36,6 @@
"!**/src/data/balance/tms.ts"
]
},
"assist": {
"actions": {
"source": {