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/lint/Deno.compact.format.jsonc | |
| parent | 4192978c3afc943b93d9fae0f65822a2c4edfa62 (diff) | |
feat(cli): flatten deno.json configuaration (#17799)
Diffstat (limited to 'cli/tests/testdata/lint/Deno.compact.format.jsonc')
| -rw-r--r-- | cli/tests/testdata/lint/Deno.compact.format.jsonc | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/cli/tests/testdata/lint/Deno.compact.format.jsonc b/cli/tests/testdata/lint/Deno.compact.format.jsonc index 24b159ca6..f3487501a 100644 --- a/cli/tests/testdata/lint/Deno.compact.format.jsonc +++ b/cli/tests/testdata/lint/Deno.compact.format.jsonc @@ -1,9 +1,7 @@ { "lint": { - "files": { - "include": ["with_config/"], - "exclude": ["with_config/b.ts"] - }, + "include": ["with_config/"], + "exclude": ["with_config/b.ts"], "rules": { "tags": ["recommended"], "include": ["ban-untagged-todo"] |
