8000 Related links -> :books: Further reading · vuejs/eslint-plugin-vue@212c547 · GitHub
[go: up one dir, main page]

Skip to content

Commit 212c547

Browse files
committed
Related links -> 📚 Further reading
1 parent cb102eb commit 212c547

8 files changed

+18
-20
lines changed

docs/rules/multiline-html-element-content-newline.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@ This rule enforces a line break before and after the contents of a multiline ele
6363

6464
```json
6565
{
66-
"vue/multiline-html-element-content-newline": ["error", {
67-
"ignores": ["pre", "textarea"]
68-
}]
66+
"vue/multiline-html-element-content-newline": ["error", {
67+
"ignores": ["pre", "textarea"]
68+
}]
6969
}
7070
```
7171

docs/rules/no-unused-components.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@ Note that components registered under other than `PascalCase` name have to be ca
6666

6767
```json
6868
{
69-
"vue/no-unused-components": ["error", {
70-
"ignoreWhenBindingPresent": true
71-
}]
69+
"vue/no-unused-components": ["error", {
70+
"ignoreWhenBindingPresent": true
71+
}]
7272
}
7373
```
7474

@@ -80,9 +80,9 @@ Note that components registered under other than `PascalCase` name have to be ca
8080

8181
```json
8282
{
83-
"vue/no-unused-components": ["error", {
84-
"ignoreWhenBindingPresent": false
85-
}]
83+
"vue/no-unused-components": ["error", {
84+
"ignoreWhenBindingPresent": false
85+
}]
8686
}
8787
```
8888

@@ -116,9 +116,9 @@ Note that components registered under other than `PascalCase` name have to be ca
116116

117117
```json
118118
{
119-
"vue/no-unused-components": ["error", {
120-
"ignoreWhenBindingPresent": false
121-
}]
119+
"vue/no-unused-components": ["error", {
120+
"ignoreWhenBindingPresent": false
121+
}]
122122
}
123123
```
124124

docs/rules/require-component-is.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ You can use the same mount point and dynamically switch between multiple compone
3030

3131
Nothing.
3232

33-
## Related links
33+
## :books: Further reading
3434

3535
- [Guide - Dynamic Components](https://vuejs.org/v2/guide/components.html#Dynamic-Components)
3636

docs/rules/require-prop-types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ props: {
5252

5353
Nothing.
5454

55-
## Related links
55+
## :books: Further reading
5656

5757
- [Style guide - Prop definitions](https://vuejs.org/v2/style-guide/#Prop-definitions-essential)
5858

docs/rules/require-v-for-key.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Nothing.
3434

3535
- [valid-v-for](./valid-v-for.md)
3636

37-
## Related links
37+
## :books: Further reading
3838

3939
- [Style guide - Keyed v-for](https://vuejs.org/v2/style-guide/#Keyed-v-for-essential)
4040
- [Guide - v-for with a Component](https://vuejs.org/v2/guide/list.html#v-for-with-a-Component)

docs/rules/require-valid-default-prop.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ export default {
6565

6666
Nothing.
6767

68-
## Related links
68+
## :books: Further reading
6969

7070
- [Guide - Prop Validation](https://vuejs.org/v2/guide/components-props.html#Prop-Validation)
7171

docs/rules/v-bind-style.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,7 @@ Default is set to `shorthand`.
4545
```
4646
</eslint-code-block>
4747

48-
49-
## Related links
48+
## :books: Further reading
5049

5150
- [Style guide - Directive shorthands](https://vuejs.org/v2/style-guide/#Directive-shorthands-strongly-recommended)
5251

docs/rules/v-on-style.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,7 @@ Default is set to `shorthand`.
4646
```
4747
</eslint-code-block>
4848

49-
50-
## Related links
49+
## :books: Further reading
5150

5251
- [Style guide - Directive shorthands](https://vuejs.org/v2/style-guide/#Directive-shorthands-strongly-recommended)
5352

0 commit comments

Comments
 (0)
0