Skip to content

Commit 1931f67

Browse files
committed
Update react version in demo eslint config
1 parent 62e0b75 commit 1931f67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/eslint.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import tseslint from "typescript-eslint";
99
const eslintConfig = tseslint.config(
1010
{ ignores: ["dist"] },
1111
{
12-
settings: { react: { version: "18.3" } },
12+
settings: { react: { version: "19" } },
1313
extends: [js.configs.recommended, ...tseslint.configs.recommended],
1414
files: ["**/*.{ts,tsx}"],
1515
languageOptions: {

0 commit comments

Comments
 (0)