From 3bd3902563b949c14120a6e4a0edeaad225a81f4 Mon Sep 17 00:00:00 2001 From: Marvin Hagemeister Date: Fri, 22 Nov 2024 16:41:55 +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..816046b2 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-no-children-prop", "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"] }