.markdownlintrc configuration file
See original GitHub issueIt is possible to add support for .markdownlintrc
configuration file.
Issue Analytics
- State:
- Created a year ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
markdownlint/configuration.md at main - GitHub
Markdownlint has several options you can configure both on the command line, or in markdownlint's configuration file: .mdlrc , first looked for in...
Read more >Markdownlint - Visual Studio Marketplace
To customize the files that are included/excluded when linting a workspace, configure the markdownlint.lintWorkspaceGlobs setting (see ...
Read more >How do I change Markdownlint settings in Visual Studio Code
In Visual Studio Code, open File -> Preferences -> Settings or use CTRL + , · Edit the User Settings tab on the...
Read more >Linting Markdown Syntax - mkaz.blog
Markdownlint comes with a default config, you will probably want to adjust to fit your needs. Create your own .markdownlint.json config file using....
Read more >markdownlint - Code Climate
To enable MarkdownLint analysis, add the following to your .codeclimate.yml configuration file: More information about the CLI is available in the README ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
It seems to be supported. see https://github.com/DavidAnson/markdownlint/blob/2b2dc27f24a16a2afdf66d850a247f7ce02df6c8/test/markdownlint-test-repos.js#L195
Thanks, but I’m very strict about limiting the scope and dependencies for the core library.