UNPKG

obsidian-dev-utils

Version:

This is the collection of useful functions that you can use for your Obsidian plugin development

27 lines (26 loc) 724 B
{ "typescript": { "bracePosition": "sameLine", "constructSignature.spaceAfterNewKeyword": true, "constructorType.spaceAfterNewKeyword": true, "exportDeclaration.forceMultiLine": "whenMultiple", "functionExpression.spaceAfterFunctionKeyword": true, "importDeclaration.forceMultiLine": "whenMultiple", "lineWidth": 160, "quoteStyle": "alwaysSingle", "trailingCommas": "never" }, "json": {}, "markdown": {}, "excludes": [ "dist", "**/node_modules", "**/*-lock.json", "**/*.md" ], "plugins": [ "https://plugins.dprint.dev/typescript-0.93.3.wasm", "https://plugins.dprint.dev/json-0.19.4.wasm", "https://plugins.dprint.dev/markdown-0.17.8.wasm" ] }