{ "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 }