[Feature] Generate .markdownlint.json file
See original GitHub issueI’ll be very good if this extension provide a command that can Generate MarkdownLint Config ( .markdownlint.json
).
Something like this:
Issue Analytics
- State:
- Created 4 years ago
- Reactions:4
- Comments:8 (4 by maintainers)
Top Results From Across the Web
markdownlint-cli2 - npm Package Health Analysis - Snyk
A fast, flexible, configuration-based command-line interface for linting Markdown/CommonMark files with the `markdownlint` library For more information ...
Read more >Markdownlint - Visual Studio Marketplace
Extension for Visual Studio Code - Markdown linting and style checking for Visual Studio Code.
Read more >If one is good, two must be better [markdownlint-cli2 is a new ...
I wasn't ready at the time, so Igor created markdownlint-cli and it has ... function calls to execute operations concurrently and make the ......
Read more >markdownlint - npm
A Node.js style checker and lint tool for Markdown/CommonMark files. npm version Build status Coverage License. Install. npm install ...
Read more >Build an Amazing Markdown Editor Using Visual Studio Code ...
VS Code includes a number of Markdown features that are installed ... Let's create a file called '.markdownlint.json' in the root of our ......
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
As a general command in the palette, I don’t think it wouldn’t know any better than to create the file in the root of the project. To create it in subdirectories would probably be most appropriate as a file tree handler that responded to right click on directories. I’m not sure offhand if that’s possible or how involved it would be to do.
@AdrianBinDC It can be placed any folder and place on root folder of the current workspace by default.