Skip to content

Commit b2a4f33

Browse files
committed
docs(no-inspect): use js comment
1 parent 66e0ae6 commit b2a4f33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rules/no-inspect.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This rule reports usages of `$inspect`.
1313
```svelte
1414
<script>
1515
/* eslint svelte/no-inspect: "error" */
16-
<!-- ✗ BAD -->
16+
// ✗ BAD
1717
$inspect(1);
1818
</script>
1919
```

0 commit comments

Comments
 (0)