diff options
| author | scarf <greenscarf005@gmail.com> | 2023-04-27 12:02:36 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-26 23:02:36 -0400 |
| commit | 90a5ef5e343bedc0f6f5326b14b6851b71733bea (patch) | |
| tree | 4c53261235e3d8720cad99341ee1eac31a92fa3e /cli/tests/testdata/fmt/fmt_with_malformed_config.out | |
| parent | 4192978c3afc943b93d9fae0f65822a2c4edfa62 (diff) | |
feat(cli): flatten deno.json configuaration (#17799)
Diffstat (limited to 'cli/tests/testdata/fmt/fmt_with_malformed_config.out')
| -rw-r--r-- | cli/tests/testdata/fmt/fmt_with_malformed_config.out | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tests/testdata/fmt/fmt_with_malformed_config.out b/cli/tests/testdata/fmt/fmt_with_malformed_config.out index 1a55613ef..c269053a6 100644 --- a/cli/tests/testdata/fmt/fmt_with_malformed_config.out +++ b/cli/tests/testdata/fmt/fmt_with_malformed_config.out @@ -1,4 +1,4 @@ error: Failed to parse "fmt" configuration Caused by: - unknown field `dont_know_this_field`, expected `options` or `files` + unknown field `dont_know_this_field`, expected one of `useTabs`, `lineWidth`, `indentWidth`, `singleQuote`, `proseWrap`, `semiColons`, `options`, `include`, `exclude`, `files` |
