summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/lint/Deno.compact.format.jsonc
diff options
context:
space:
mode:
authorscarf <greenscarf005@gmail.com>2023-04-27 12:02:36 +0900
committerGitHub <noreply@github.com>2023-04-26 23:02:36 -0400
commit90a5ef5e343bedc0f6f5326b14b6851b71733bea (patch)
tree4c53261235e3d8720cad99341ee1eac31a92fa3e /cli/tests/testdata/lint/Deno.compact.format.jsonc
parent4192978c3afc943b93d9fae0f65822a2c4edfa62 (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.jsonc6
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"]