diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2024-07-12 12:48:53 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-12 12:48:53 -0400 |
| commit | 8ee14bd56ac350d65256bdb17cc1e7434ff5b27f (patch) | |
| tree | 312ae72a8ce8580abed9942c0234aab5a09e3922 /tests/specs/workspaces | |
| parent | 8cbf81cf0840aa9c2e7c8e845748b422827c9b88 (diff) | |
refactor: move importMap with imports/scopes diagnostic to deno_config (#24553)
Diffstat (limited to 'tests/specs/workspaces')
| -rw-r--r-- | tests/specs/workspaces/non_fatal_diagnostics/lint.out | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/specs/workspaces/non_fatal_diagnostics/lint.out b/tests/specs/workspaces/non_fatal_diagnostics/lint.out index f2fbd1822..864dc47ac 100644 --- a/tests/specs/workspaces/non_fatal_diagnostics/lint.out +++ b/tests/specs/workspaces/non_fatal_diagnostics/lint.out @@ -1,5 +1,5 @@ -The "compilerOptions" field can only be specified in the root workspace deno.json file. +Warning "compilerOptions" field can only be specified in the workspace root deno.json file. at file:///[WILDLINE]/sub/deno.json -The "lint.report" field can only be specified in the root workspace deno.json file. +Warning "lint.report" field can only be specified in the workspace root deno.json file. at file:///[WILDLINE]/sub/deno.json Checked 1 file |
