summaryrefslogtreecommitdiff
path: root/cli/tests/testdata
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/testdata')
-rw-r--r--cli/tests/testdata/fmt/with_config/deno.jsonc2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tests/testdata/fmt/with_config/deno.jsonc b/cli/tests/testdata/fmt/with_config/deno.jsonc
index 8901d6222..44e3f9a99 100644
--- a/cli/tests/testdata/fmt/with_config/deno.jsonc
+++ b/cli/tests/testdata/fmt/with_config/deno.jsonc
@@ -14,7 +14,7 @@
"indentWidth": 8,
"singleQuote": true,
"proseWrap": "always",
- "semiColons": "asi"
+ "semiColons": false
}
}
}