deno/cli/tests/testdata/fmt/deno.malformed.jsonc

11 lines
174 B
Plaintext

{
"fmt": {
"include": ["fmt_with_config/"],
"exclude": ["fmt_with_config/b.ts"],
"dont_know_this_field": {},
"options": {
"useTabs": true
}
}
}