Skip to content

Commit

Permalink
chore(deps): react 19 stable
Browse files Browse the repository at this point in the history
  • Loading branch information
charles4221 committed Dec 6, 2024
1 parent bb821d8 commit f15686a
Show file tree
Hide file tree
Showing 3 changed files with 786 additions and 246 deletions.
5 changes: 5 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,12 @@
"@typescript-eslint/no-unused-vars": [
"error",
{
"args": "all",
"argsIgnorePattern": "^_",
"caughtErrors": "all",
"caughtErrorsIgnorePattern": "^_",
"destructuredArrayIgnorePattern": "^_",
"varsIgnorePattern": "^_",
"ignoreRestSiblings": true
}
]
Expand Down
Loading

0 comments on commit f15686a

Please sign in to comment.