mirror of
https://github.com/mnaoumov/obsidian-backlink-full-path.git
synced 2026-07-22 05:41:39 +00:00
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:
parent
fcf4e4e242
commit
3c2c7c44e1
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue