mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-03-15 06:26:31 +01:00
Add proper-names rule to .markdownlint.json, update tests to use that file, fix resulting issues.
This commit is contained in:
parent
062585e281
commit
4affefc68d
4 changed files with 16 additions and 15 deletions
|
|
@ -1,8 +1,16 @@
|
|||
{
|
||||
"line-length": false,
|
||||
"no-inline-html": {
|
||||
"allowed_elements": [
|
||||
"a"
|
||||
"no-duplicate-heading": false,
|
||||
"proper-names": {
|
||||
"code_blocks": false,
|
||||
"names": [
|
||||
"Cake.Markdownlint",
|
||||
"CommonMark",
|
||||
"JavaScript",
|
||||
"Markdown",
|
||||
"markdown-it",
|
||||
"markdownlint",
|
||||
"Node.js"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue