{ "tasks": { "make": "deno run --allow-env --allow-read --allow-write=.deno-make.json --allow-run=deno ./mod.ts $0" }, "+tasks": { "flags:none": { "task": "deno fmt mod.ts", "cwd": "tests", "deno": { "fmt": {} } }, "flags:fmt": { "task": "deno fmt mod.ts", "cwd": "tests", "deno": { "fmt": { "check": true, "tabs": false, "lineWidth": 80, "indentWidth": 2, "singleQuote": false, "semicolons": false, "proseWrap": "always", "ignore": ["mod_test.ts"], "ext": "js" } } } } }