We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4f255e commit 8ecf189Copy full SHA for 8ecf189
docs/rules/prefer-const.md
@@ -47,7 +47,7 @@ This rule reports the same as the base ESLint `prefer-const` rule, except that i
47
{
48
"destructuring": "any",
49
"ignoreReadonly": true,
50
- "excludedRunes": ["$props", "$state"]
+ "excludedRunes": ["$props", "$derived"]
51
}
52
]
53
0 commit comments