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