summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/fmt/deno.malformed.jsonc
blob: e326edb1f8859d82e486a40176a0b37f8dad5eb9 (plain)
1
2
3
4
5
6
7
8
9
10
{
  "fmt": {
    "include": ["fmt_with_config/"],
    "exclude": ["fmt_with_config/b.ts"],
    "dont_know_this_field": {},
    "options": {
      "useTabs": true
    }
  }
}