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