1 2 3 4 5 6 7 8 9 10 11 12
{ "tasks": { // this task has documentation // // in the form of comments "lint": "deno lint", /* * block comments are fine too */ "fmt": "deno fmt" } }