Skip to content

Commit 8ecf189

Browse files
authored
Update docs/rules/prefer-const.md
1 parent e4f255e commit 8ecf189

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rules/prefer-const.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ This rule reports the same as the base ESLint `prefer-const` rule, except that i
4747
{
4848
"destructuring": "any",
4949
"ignoreReadonly": true,
50-
"excludedRunes": ["$props", "$state"]
50+
"excludedRunes": ["$props", "$derived"]
5151
}
5252
]
5353
}

0 commit comments

Comments
 (0)