8ad1174f20
Centralize project dictionary and ignore paths; fix minor prompt typo and GA tag spell-check noise.
25 lines
735 B
JSON
25 lines
735 B
JSON
{
|
|
"files.exclude": {
|
|
"packages/*/node_modules": true
|
|
},
|
|
"markdownlint.config": {
|
|
// Relaxed rules
|
|
"default": true,
|
|
"whitespace": false,
|
|
"line_length": false,
|
|
"ul-indent": false,
|
|
"no-inline-html": false,
|
|
"no-bare-urls": false,
|
|
"fenced-code-language": false,
|
|
"first-line-h1": false,
|
|
"block-spacing": false,
|
|
"blanks-around-lists": false,
|
|
"ol-prefix": false,
|
|
"no-duplicate-heading": false
|
|
},
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
|
"js/ts.tsdk.path": "node_modules/typescript/lib",
|
|
"typescript.tsdk": "node_modules/typescript/lib",
|
|
"typescript.enablePromptUseWorkspaceTsdk": true
|
|
}
|