summaryrefslogtreecommitdiff
path: root/tests/specs/task/doc_comments_incorrect/deno.jsonc
blob: 6b27f28506fd0cc8a75dbd17daf7cd4fc3e6e45e (plain)
1
2
3
4
5
6
7
{
  "tasks": {
    // some docs
    // on what this does
    "lint": "deno lint"
  }
}