You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
0.8.2 — resolver todos los errores del linter del store review
Verificado con eslint + eslint-plugin-obsidianmd (recommended-type-checked):
0 problemas.
- no-irregular-whitespace: ZWSP literal en regexes -> escape
- no-unsafe-assignment: tipar acceso a frontmatter (unknown + typeof guard)
- no-unnecessary-type-assertion: quitar casts redundantes (as unknown as) y
asserts non-null; usar paso intermedio unknown e ids capturados
- no-misused-promises: onPick acepta void|Promise<void>, llamada con void
- no-base-to-string: narrow de id a string antes de usarlo
Bump 0.8.1 -> 0.8.2 para forzar un review fresco del bot (cachea por version).
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>