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