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