typescript-book/tools/.markdownlint.json
Simone Poggiali d0a55d2efc
Fix minor errors (#63)
Fix:
- Formatting issues.
- Typo in ESM.
- Enum simpler comments.
2023-08-21 19:56:44 +02:00

59 lines
No EOL
1.2 KiB
JSON

{
"code-block-style": {
"style": "fenced"
},
"code-fence-style": {
"style": "backtick"
},
"emphasis-style": {
"style": "asterisk"
},
"fenced-code-language": {
"allowed_languages": [
"shell",
"json",
"typescript",
"javascript",
"text"
],
"language_only": true
},
"heading-style": {
"style": "atx"
},
"hr-style": {
"style": "---"
},
"line-length": false,
"no-duplicate-heading": {
"siblings_only": true
},
"ol-prefix": {
"style": "ordered"
},
"proper-names": {
"code_blocks": false,
"names": [
"TypeScript",
"Ctrl",
"JavaScript",
"Markdown",
"Node.js",
"Visual Studio Code",
"Microsoft",
"LinkedIn",
"GitHub",
"Twitter",
"Email",
"IntelliSense",
"ECMAScript"
]
},
"required-headings": false,
"strong-style": {
"style": "asterisk"
},
"ul-style": {
"style": "asterisk"
}
}