Skip to main content
Module

x/dax/dprint.json

Cross platform shell tools for Deno inspired by zx.
Very Popular
Go to Latest
File
{ "exec": { "associations": "**/*.rs", "rustfmt": "rustfmt" }, "typescript": { "deno": true, "lineWidth": 120 }, "markdown": { "lineWidth": 120 }, "includes": ["**/*.{ts,tsx,js,jsx,cjs,mjs,json,md,toml,rs}"], "excludes": [ "**/node_modules", "**/*-lock.json", "**/target", "**/*.generated.js" ], "plugins": [ "https://plugins.dprint.dev/typescript-0.79.0.wasm", "https://plugins.dprint.dev/json-0.17.0.wasm", "https://plugins.dprint.dev/markdown-0.15.1.wasm", "https://plugins.dprint.dev/toml-0.5.4.wasm", "https://plugins.dprint.dev/exec-0.3.5.json@d687dda57be0fe9a0088ccdaefa5147649ff24127d8b3ea227536c68ee7abeab" ]}