mirror of
https://github.com/formax68/memoChron.git
synced 2026-07-22 12:30:31 +00:00
The 3 document.createElementNS calls at SettingsTab.ts:567,572,590 in buildColorSwatch were missed by plan 07-02. After plan 07-05 deleted the Phase 7 ESLint override block, obsidianmd/prefer-active-doc surfaced these as warnings. Converting to activeDocument.createElementNS closes the gap so npm run lint exits 0 with zero Phase 7 rule warnings. Phase 6 D-12 exempted SVG createElementNS from DIR-04's createElement ban (SVG namespace, different rule); Phase 7's prefer-active-doc rule still flags the bare document. prefix on those same calls, so the conversion is required to satisfy UAT step 6 lint-clean criterion. |
||
|---|---|---|
| .. | ||
| services | ||
| settings | ||
| types | ||
| utils | ||
| views | ||
| main.ts | ||