mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-02-17 10:48:06 +01:00
Allow overlapping and differently-cased names for MD044/proper-names (fixes #60).
This commit is contained in:
parent
d63143b38e
commit
edd426bbaa
4 changed files with 75 additions and 3 deletions
16
test/proper-names-projects.json
Normal file
16
test/proper-names-projects.json
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"default": true,
|
||||
"proper-names": {
|
||||
"names": [
|
||||
"GitHub",
|
||||
"github.com",
|
||||
"github.com/about",
|
||||
"npm",
|
||||
"NPM",
|
||||
"Vue",
|
||||
"Vuex",
|
||||
"vue-router"
|
||||
],
|
||||
"code_blocks": false
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue