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"] }