docs: remove resolved file-protocol Known Issue

Lint, format, and spellcheck no longer fail: obsidian-dev-utils is now
installed from npm (^72.0.0) rather than via the `file:` protocol, so the
transitive tool dependencies are hoisted correctly. All three checks pass.
This commit is contained in:
Michael Naumov 2026-06-18 21:19:16 -06:00
parent fcf4e4e242
commit 3c2c7c44e1

View file

@ -2,4 +2,4 @@
## Known Issues
- Lint, format, and spellcheck scripts fail when `obsidian-dev-utils` is installed via `file:` protocol because transitive tool dependencies (cspell, dprint, eslint-plugin-no-unsanitized) are not hoisted into the consumer's `node_modules`. This will resolve when obsidian-dev-utils v2 is published to npm.
None.