mirror of
https://github.com/fancive/obsidian-parallel-reader.git
synced 2026-07-22 06:53:43 +00:00
chore: upgrade biome noExplicitAny from off to warn
Enable noExplicitAny as a warning so remaining any usages are visible in lint output. 20 warnings exist in API response handlers and Obsidian internal type access — these are intentional and documented. Change-Id: I96c190e594bc3391256f77a59e155f23436d3db3
This commit is contained in:
parent
31e57c8b19
commit
a49e5cd2ec
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@
|
|||
"rules": {
|
||||
"recommended": true,
|
||||
"suspicious": {
|
||||
"noExplicitAny": "off",
|
||||
"noExplicitAny": "warn",
|
||||
"noRedundantUseStrict": "off",
|
||||
"noImplicitAnyLet": "off"
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue