mirror of
https://github.com/DavidAnson/markdownlint-cli2-action.git
synced 2024-11-24 07:06:23 +01:00
Add .markdownlint.jsonc file from markdownlint-cli2, update README.md accordingly.
This commit is contained in:
parent
cdb98c25d5
commit
a2b28da4d9
2 changed files with 19 additions and 1 deletions
18
.markdownlint.jsonc
Normal file
18
.markdownlint.jsonc
Normal 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"
|
||||
]
|
||||
}
|
||||
}
|
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue