UNPKG

markdown-it-textual-uml

Version:

Markdown-it markdown parser plugin to create uml diagrams from text, based on plantuml, mermaid, etc.

47 lines (46 loc) 969 B
{ "eslint.validate": [{ "language": "html", "autoFix": true }, { "language": "javascript", "autoFix": true }, { "language": "markdown", "autoFix": true }, { "language": "json", "autoFix": true } ], "eslint.autoFixOnSave": true, "editor.formatOnSave": true, "eslint.workingDirectories": [ { "directory": "./", "changeProcessCWD": true }, { "directory": "./src", "changeProcessCWD": true }, { "directory": "./test", "changeProcessCWD": true } ], "markdown.extension.print.onFileSave": false, "markdown.extension.toc.orderedList": true, "javascript.validate.enable": true, "standard.enable": false, "markdown.extension.toc.levels": "2..6", "editor.codeActionsOnSave": { "source.fixAll.eslint": "explicit" }, "files.watcherExclude": { "**/target": true } }