diff --git a/cli/schemas/config-file.v1.json b/cli/schemas/config-file.v1.json index ce1bad07c6..cf2ad3cb3d 100644 --- a/cli/schemas/config-file.v1.json +++ b/cli/schemas/config-file.v1.json @@ -292,6 +292,13 @@ "type": "string" } }, + "plugins": { + "type": "array", + "description": "UNSTABLE: List of plugins to load. These can be paths, npm or jsr specifiers", + "items": { + "type": "string" + } + }, "rules": { "type": "object", "properties": {