mirror of
https://github.com/gibbok/typescript-book
synced 2024-11-16 19:47:27 +01:00
d0a55d2efc
Fix: - Formatting issues. - Typo in ESM. - Enum simpler comments.
59 lines
No EOL
1.2 KiB
JSON
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"
|
|
}
|
|
} |