Lombiq / NodeJs-Extensions

Utilities and extensions for Node.js, used in ASP.NET (Core) MVC and Orchard (Core) CMS development.
BSD 3-Clause "New" or "Revised" License
8 stars 2 forks source link

Add Markdown linting #4

Closed Piedone closed 2 years ago

Piedone commented 2 years ago

Just as we have linting for JS and SCSS, let's add linting for Markdown documentation files as well. Follow the example of JS and SCSS linting.

sarahelsaig commented 2 years ago

Proselint is actually a Python package, The one on NPM is just a wrapper but the main library still must be installed using pip. I don't think we want another language framework dependency.

Piedone commented 2 years ago

Yep, we don't.

Piedone commented 2 years ago

Implemented in https://github.com/Lombiq/NodeJs-Extensions/pull/5.