Skip to content

Commit 41256b4

Browse files
committed
fix(prefer-const): remove ESLintCodeBlock
1 parent bf743a5 commit 41256b4

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

docs/rules/prefer-const.md

-4
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ description: 'Require `const` declarations for variables that are never reassign
1616

1717
This rule reports the same as the base ESLint `prefer-const` rule, except that ignores Svelte reactive values such as `$state`, `$derived` and `$props`. If this rule is active, make sure to disable the base `prefer-const` rule, as it will conflict with this rule.
1818

19-
<ESLintCodeBlock fix>
20-
2119
<!--eslint-skip-->
2220

2321
```svelte
@@ -34,8 +32,6 @@ This rule reports the same as the base ESLint `prefer-const` rule, except that i
3432
</script>
3533
```
3634

37-
</ESLintCodeBlock>
38-
3935
## :wrench: Options
4036

4137
```json

0 commit comments

Comments
 (0)