summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/lsp
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/testdata/lsp')
-rw-r--r--cli/tests/testdata/lsp/deno.lint.exclude.jsonc8
1 files changed, 3 insertions, 5 deletions
diff --git a/cli/tests/testdata/lsp/deno.lint.exclude.jsonc b/cli/tests/testdata/lsp/deno.lint.exclude.jsonc
index 89f6108ec..9d4ba52ad 100644
--- a/cli/tests/testdata/lsp/deno.lint.exclude.jsonc
+++ b/cli/tests/testdata/lsp/deno.lint.exclude.jsonc
@@ -1,10 +1,8 @@
{
"lint": {
- "files": {
- "exclude": [
- "ignored.ts"
- ]
- },
+ "exclude": [
+ "ignored.ts"
+ ],
"rules": {
"exclude": [
"camelcase"