Allow overlapping and differently-cased names for MD044/proper-names (fixes #60).

This commit is contained in:
David Anson 2017-06-15 22:53:33 -07:00
parent d63143b38e
commit edd426bbaa
4 changed files with 75 additions and 3 deletions

View 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
}
}