From b23ea3b25572870c76136079c9b31020c999ac3c Mon Sep 17 00:00:00 2001 From: Marvin Hagemeister Date: Fri, 22 Nov 2024 16:41:25 +0100 Subject: [PATCH] fix: update schemas --- schemas/rules.v1.json | 1 + schemas/tags.v1.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/schemas/rules.v1.json b/schemas/rules.v1.json index 32ea5162..2f67da8d 100644 --- a/schemas/rules.v1.json +++ b/schemas/rules.v1.json @@ -19,6 +19,7 @@ "fresh-server-event-handlers", "getter-return", "guard-for-in", + "jsx-props-no-spread-multi", "no-array-constructor", "no-async-promise-executor", "no-await-in-loop", diff --git a/schemas/tags.v1.json b/schemas/tags.v1.json index efd7eb9d..4b4f0e48 100644 --- a/schemas/tags.v1.json +++ b/schemas/tags.v1.json @@ -1,4 +1,4 @@ { "$schema": "http://json-schema.org/draft-07/schema#", - "enum": ["fresh", "jsr", "recommended"] + "enum": ["fresh", "jsr", "jsx", "react", "recommended"] }