Skip to content

Commit

Permalink
Add "modulePaths" configuration file option to provide additional pat…
Browse files Browse the repository at this point in the history
…hs for resolving module references (e.g., node_modules locations).
  • Loading branch information
DavidAnson committed Oct 4, 2023
1 parent da6e4ee commit e736a1a
Show file tree
Hide file tree
Showing 23 changed files with 634 additions and 313 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,8 @@ of the rules within.
- Relative paths are resolved based on the location of the `JSONC` file
- For example: `[ [ "plugin-name", param_0, param_1, ... ], ... ]`
- Search [`markdown-it-plugins` on npm][markdown-it-plugins]
- `modulePaths`: `Array` of `String`s providing additional paths to use when
resolving module references (e.g., alternate locations for `node_modules`)
- `noInlineConfig`: `Boolean` value to disable the support of
[HTML comments][html-comment] within Markdown content
- For example: `<!-- markdownlint-disable some-rule -->`
Expand Down
Loading

0 comments on commit e736a1a

Please sign in to comment.