Skip to content

Commit

Permalink
fix: update schemas
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinhagemeister committed Nov 22, 2024
1 parent 02292ef commit b23ea3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions schemas/rules.v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion schemas/tags.v1.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"enum": ["fresh", "jsr", "recommended"]
"enum": ["fresh", "jsr", "jsx", "react", "recommended"]
}

0 comments on commit b23ea3b

Please sign in to comment.