Module

x/scaffold/dprint.json

scaffold your next project with style and 💗
Latest
File
{ "typescript": { "deno": true, "module.sortExportDeclarations": "caseInsensitive", "module.sortImportDeclarations": "caseInsensitive" }, "json": { "deno": true }, "markdown": { "deno": true, "textWrap": "never" }, "toml": {}, "includes": ["**/*.{ts,tsx,js,jsx,cjs,mjs,json,jsonc,md,toml,dockerfile}"], "excludes": [ "**/node_modules", "**/*-lock.json", "**/fixtures", "**/__snapshots__" ], "plugins": [ "https://plugins.dprint.dev/typescript-0.69.5.wasm", "https://plugins.dprint.dev/json-0.15.3.wasm", "https://plugins.dprint.dev/markdown-0.13.3.wasm", "https://plugins.dprint.dev/toml-0.5.4.wasm" ]}