Skip to content

Commit 2d49a6e

Browse files
committed
fix
1 parent f960148 commit 2d49a6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rules/prefer-const.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ This rule reports the same as the base ESLint `prefer-const` rule, except that i
4646
"error",
4747
{
4848
"destructuring": "any",
49-
"additionalProperties": true,
49+
"additionalProperties": false,
5050
"excludedRunes": ["$props", "$derived"]
5151
}
5252
]

0 commit comments

Comments
 (0)