We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62e0b75 commit 1931f67Copy full SHA for 1931f67
demo/eslint.config.js
@@ -9,7 +9,7 @@ import tseslint from "typescript-eslint";
9
const eslintConfig = tseslint.config(
10
{ ignores: ["dist"] },
11
{
12
- settings: { react: { version: "18.3" } },
+ settings: { react: { version: "19" } },
13
extends: [js.configs.recommended, ...tseslint.configs.recommended],
14
files: ["**/*.{ts,tsx}"],
15
languageOptions: {
0 commit comments