Skip to content

4.13.7

Choose a tag to compare

@github-actions github-actions released this 31 May 20:29
· 104 commits to main since this release

Chores

  • ESLint — integrated eslint-plugin-obsidianmd recommended config. Fixed plugin registration conflict (@typescript-eslint was being registered twice — once by obsidianmd's config and once by our own); now both import and @typescript-eslint plugins are stripped from obsidianmd's spread before our own registrations. Resolved all resulting warnings: Array<T>T[] in traverse_note.ts, removed unused Result import in result.ts, dropped unnecessary as any cast in SettingsTab, and suppressed no-deprecated on the intentional this.display() fallback call that supports Obsidian < 1.13.