Add .markdownlint.jsonc file from markdownlint-cli2, update README.md accordingly.

This commit is contained in:
David Anson
2022-07-22 23:06:46 -07:00
parent cdb98c25d5
commit a2b28da4d9
2 changed files with 19 additions and 1 deletions
+18
View File
@@ -0,0 +1,18 @@
{
"line-length": {
"strict": true,
"code_blocks": false
},
"proper-names": {
"code_blocks": false,
"names": [
"CommonMark",
"JavaScript",
"Markdown",
"markdown-it",
"markdownlint",
"markdownlint-cli2",
"Node.js"
]
}
}
+1 -1
View File
@@ -25,7 +25,7 @@ issues will be fixed automatically.
If set to `config`, the `markdownlint-cli2-config` command is run and the
first element of `globs` should specify a supported configuration file.
For more detail: [command line documentation for `markdownlint-cli2`][command-line].
For more detail: [documentation for `markdownlint-cli2`][command-line].
### globs (optional)