From a45f7f237be46ae20553d34441c61cb1d01398cb Mon Sep 17 00:00:00 2001 From: scarf Date: Fri, 19 May 2023 05:55:10 +0900 Subject: feat(cli): top-level `exclude` field in `deno.json` (#17778) --- cli/schemas/config-file.v1.json | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'cli/schemas') diff --git a/cli/schemas/config-file.v1.json b/cli/schemas/config-file.v1.json index 7978a2597..000699767 100644 --- a/cli/schemas/config-file.v1.json +++ b/cli/schemas/config-file.v1.json @@ -223,6 +223,13 @@ } } }, + "exclude": { + "type": "array", + "description": "List of files or directories that will be ignored by all other configurations.", + "items": { + "type": "string" + } + }, "lint": { "description": "Configuration for linter", "type": "object", -- cgit v1.2.3