Skip to content

Commit

Permalink
Merge pull request #4462 from DonIsaac/don/fix/no-unused-vars-prepara…
Browse files Browse the repository at this point in the history
…tion

fix: prepare for no-unused-vars
  • Loading branch information
marvinhagemeister authored Jul 31, 2024
2 parents 9351588 + 3b26fc8 commit 7dc5703
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion oxlint.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
2,
{
"args": "none",
"varsIgnorePattern": "^h|React$"
"caughtErrors": "none",
"varsIgnorePattern": "^h|React|createElement|Fragment$"
}
],
"typescript/no-namespace": 0,
Expand Down

0 comments on commit 7dc5703

Please sign in to comment.