summaryrefslogtreecommitdiff
path: root/cli/tests
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2023-01-25 15:06:00 -0500
committerGitHub <noreply@github.com>2023-01-25 15:06:00 -0500
commitb5b4887c4a5fefdeb5592ebaadcc941281d0c4d5 (patch)
tree081ba2ca6a8137b05c3b68a2015f91d5bdb0796a /cli/tests
parent83642976bf267c81f36742793a5a4a9250f54591 (diff)
feat(fmt): make semi-colon option a boolean (#17527)
Diffstat (limited to 'cli/tests')
-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
}
}
}