8000 standarize heading icons · vuejs/eslint-plugin-vue@c88cf5a · GitHub
[go: up one dir, main page]

Skip to content

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c88cf5a

Browse files
committed
standarize heading icons
1 parent 212c547 commit c88cf5a

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

docs/rules/html-closing-bracket-spacing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ This rule aims to enforce consistent spacing style before closing brackets `>` o
7070
```
7171
</eslint-code-block>
7272

73-
## :bookmark: Related rules
73+
## :couple: Related rules
7474

7575
- [vue/no-multi-spaces](./no-multi-spaces.md)
7676
- [vue/html-closing-bracket-newline](./html-closing-bracket-newline.md)

docs/rules/jsx-uses-vars.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This rule will find variables used in JSX and mark them as used.
77

88
This rule only has an effect when the `no-unused-vars` rule is enabled.
99

10-
## Rule Details
10+
## :book: Rule Details
1111

1212
Without this rule this code triggers warning:
1313

@@ -25,7 +25,7 @@ export default {
2525

2626
After turning on, `Hello` is being marked as used and `no-unused-vars` rule doesn't report an issue.
2727

28-
## When Not To Use It
28+
## :mute: When Not To Use It
2929

3030
If you are not using JSX or if you do not use the `no-unused-vars` rule then you can disable this rule.
3131

docs/rules/require-default-prop.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
- :gear: This rule is included in `"plugin:vue/strongly-recommended"` and `"plugin:vue/recommended"`.
44

5-
## Rule Details
5+
## :book: Rule Details
66

77
This rule requires default value to be set for each props that are not marked as `required` (except `Boolean` props).
88

docs/rules/require-prop-type-constructor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
- :gear: This rule is included in all of `"plugin:vue/essential"`, `"plugin:vue/strongly-recommended"` and `"plugin:vue/recommended"`.
44
- :wrench: The `--fix` option on the [command line](https://eslint.org/docs/user-guide/command-line-interface#fixing-problems) can automatically fix some of the problems reported by this rule.
55

6-
## Rule Details
6+
## :book: Rule Details
77

88
This rule reports prop types that can't be presumed as constructors.
99

docs/rules/script-indent.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
- :wrench: The `--fix` option on the [command line](https://eslint.org/docs/user-guide/command-line-interface#fixing-problems) can automatically fix some of the problems reported by this rule.
44

5-
## Rule Details
5+
## :book: Rule Details
66

77
This rule is similar to core [indent](https://eslint.org/docs/rules/indent) rule, but it has an option for inside of `<script>` tag.
88

@@ -100,7 +100,7 @@ This rule only checks `.vue` files and does not interfere with other `.js` files
100100
```
101101
</eslint-code-block>
102102

103-
## Related rules
103+
## :couple: Related rules
104104

105105
- [indent](https://eslint.org/docs/rules/indent)
106106
- [vue/html-indent](./html-indent.md)

docs/rules/use-v-on-exact.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ This rule enforce usage of `exact` modifier on `v-on` when there is another `v-o
2525
}
2626
```
2727

28-
## Related rules
28+
## :couple: Related rules
2929

3030
- [vue/v-on-style](./v-on-style.md)
3131
- [vue/valid-v-on](./valid-v-on.md)

0 commit comments

Comments
 (0)
0