mirror of
https://github.com/meshtastic/web.git
synced 2025-12-24 00:00:01 -05:00
chore: add new folders to biome config (#910)
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user