chore: add new folders to biome config (#910)

This commit is contained in:
Dan Ditomaso
2025-10-28 01:54:06 -04:00
committed by GitHub
parent 0cf677c8d5
commit 68ad535259

View File

@@ -4,7 +4,9 @@
"**/*.ts",
"**/*.tsx",
"!npm_modules",
"!dist",
"!**/dist",
"!**/protobufs",
"!**/.*",
"!npm",
"**/*.json",
"!**/locales/*-*/*.json"
@@ -21,7 +23,7 @@
},
"linter": {
"enabled": true,
"includes": ["**", "!test/**"],
"includes": ["**", "!test/**", "!**/dist/**"],
"rules": {
"recommended": true,
"suspicious": {