Skip to content

Commit cd9e4c6

Browse files
authored
Update require-optimized-style-attribute.md
1 parent a698dcb commit cd9e4c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rules/require-optimized-style-attribute.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Examples:
7777

7878
```svelte
7979
<script>
80-
/* eslint @ota-meshi/svelte/no-non-optimized-style-attributes: "error" */
80+
/* eslint @ota-meshi/svelte/require-optimized-style-attribute: "error" */
8181
let color = "blue"
8282
let x = 12,
8383
y = 12

0 commit comments

Comments
 (0)