Skip to content

Commit

Permalink
Update react version in demo eslint config
Browse files Browse the repository at this point in the history
  • Loading branch information
csandman committed Dec 17, 2024
1 parent 62e0b75 commit 1931f67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import tseslint from "typescript-eslint";
const eslintConfig = tseslint.config(
{ ignores: ["dist"] },
{
settings: { react: { version: "18.3" } },
settings: { react: { version: "19" } },
extends: [js.configs.recommended, ...tseslint.configs.recommended],
files: ["**/*.{ts,tsx}"],
languageOptions: {
Expand Down

0 comments on commit 1931f67

Please sign in to comment.