mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 22:10:13 +01:00
16 lines
228 B
JSON
16 lines
228 B
JSON
{
|
|
"default": true,
|
|
"proper-names": {
|
|
"names": [
|
|
"GitHub",
|
|
"github.com",
|
|
"github.com/about",
|
|
"npm",
|
|
"NPM",
|
|
"Vue",
|
|
"Vuex",
|
|
"vue-router"
|
|
],
|
|
"code_blocks": false
|
|
}
|
|
}
|