mirror of
https://github.com/logancyang/obsidian-copilot.git
synced 2026-07-22 07:50:24 +00:00
Enables @typescript-eslint/no-unsafe-member-access globally. Tests and 41 heavy source files (>5 violations each) are exempted via per-file overrides with current violation counts annotated for follow-up PRs. Fixes 124 violations across 51 source files using narrow type assertions, instanceof Error guards, and proper structural types instead of blanket any casts. Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| constants.ts | ||
| index.ts | ||
| migration.test.ts | ||
| migration.ts | ||
| state.test.ts | ||
| state.ts | ||
| SystemPromptAddModal.tsx | ||
| systemPromptBuilder.ts | ||
| systemPromptManager.test.ts | ||
| systemPromptManager.ts | ||
| systemPromptRegister.test.ts | ||
| systemPromptRegister.ts | ||
| systemPromptUtils.test.ts | ||
| systemPromptUtils.ts | ||
| type.ts | ||