Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 36569a4

Browse files
author
barthy
committedMar 18, 2022
correct code blocks in docs (bis)
1 parent 41a2b32 commit 36569a4

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
 

‎docs/rules/padding-line-between-component-options.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,10 @@ This rule requires or disallows blank lines between Vue component.
105105
</script>
106106
```
107107

108+
</eslint-code-block>
109+
110+
<eslint-code-block fix :rules="{'vue/padding-line-between-component-options': ['error']}">
111+
108112
```vue
109113
<script>
110114
/* ✗ BAD */
@@ -153,6 +157,10 @@ This rule requires or disallows blank lines between Vue component.
153157
</script>
154158
```
155159

160+
</eslint-code-block>
161+
162+
<eslint-code-block fix :rules="{'vue/padding-line-between-component-options': ['error', 'never']}">
163+
156164
```vue
157165
<script>
158166
/* ✗ BAD */

0 commit comments

Comments
 (0)
Please sign in to comment.