Skip to main content
Module

x/dax/deno.json

Cross platform shell tools for Deno inspired by zx.
Very Popular
Go to Latest
File
{ "tasks": { "wasmbuild": "deno run -A https://deno.land/x/wasmbuild@0.10.2/main.ts --out ./src/lib" }, "fmt": { "options": { "proseWrap": "preserve", "lineWidth": 120 }, "files": { "exclude": [ "target/" ] } }, "lint": { "rules": { "exclude": ["ban-types", "no-explicit-any", "no-this-alias"] }, "files": { "exclude": [ "target/" ] } }}