0
0
Fork 0
mirror of https://github.com/DavidAnson/markdownlint-cli2-action.git synced 2024-10-16 12:07:01 +02:00

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
.markdownlint.jsonc Normal file
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"
]
}
}

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)