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