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
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.