Closed Piedone closed 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.
Yep, we don't.
Implemented in https://github.com/Lombiq/NodeJs-Extensions/pull/5.
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.