mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-17 06:20:12 +01:00
Add README.md link to grunt-markdownlint, tweak package.json metadata.
This commit is contained in:
parent
fdeeddc99d
commit
c2982e2972
2 changed files with 3 additions and 2 deletions
|
|
@ -34,6 +34,7 @@ cases come directly from that project.
|
||||||
### Related
|
### Related
|
||||||
|
|
||||||
* [markdownlint-cli command-line interface for Node.js](https://github.com/igorshubovych/markdownlint-cli)
|
* [markdownlint-cli command-line interface for Node.js](https://github.com/igorshubovych/markdownlint-cli)
|
||||||
|
* [grunt-markdownlint for the Grunt task runner](https://github.com/sagiegurari/grunt-markdownlint)
|
||||||
* [vscode-markdownlint extension for VS Code](https://marketplace.visualstudio.com/items/DavidAnson.vscode-markdownlint)
|
* [vscode-markdownlint extension for VS Code](https://marketplace.visualstudio.com/items/DavidAnson.vscode-markdownlint)
|
||||||
* [markdownlint/mdl gem for Ruby](https://rubygems.org/gems/mdl)
|
* [markdownlint/mdl gem for Ruby](https://rubygems.org/gems/mdl)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
"version": "0.2.0",
|
"version": "0.2.0",
|
||||||
"description": "A Node.js style checker and lint tool for Markdown/CommonMark files.",
|
"description": "A Node.js style checker and lint tool for Markdown/CommonMark files.",
|
||||||
"main": "lib/markdownlint.js",
|
"main": "lib/markdownlint.js",
|
||||||
"author": "David Anson (http://dlaa.me/)",
|
"author": "David Anson (https://dlaa.me/)",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"homepage": "https://github.com/DavidAnson/markdownlint",
|
"homepage": "https://github.com/DavidAnson/markdownlint",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|
@ -37,8 +37,8 @@
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"markdown",
|
"markdown",
|
||||||
"lint",
|
"lint",
|
||||||
|
"markdownlint",
|
||||||
"md",
|
"md",
|
||||||
"check",
|
|
||||||
"validate"
|
"validate"
|
||||||
],
|
],
|
||||||
"browser": {
|
"browser": {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue