summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/fmt/deno.malformed2.jsonc
blob: 4d6e99ae22a83f9390071c0fbcb9cc616ec83d17 (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
    }
  }
}