Skip to content

Commit 310fd26

Browse files
committed
update readme.md
1 parent 03f33ff commit 310fd26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rules/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ For example:
260260
| [vue/require-emit-validator](./require-emit-validator.md) | require type definitions in emits | :bulb: | :hammer: |
261261
| [vue/require-expose](./require-expose.md) | require declare public properties using `expose` | :bulb: | :hammer: |
262262
| [vue/require-name-property](./require-name-property.md) | require a name property in Vue components | | :hammer: |
263-
| [vue/require-prop-comment](./require-prop-comment.md) | require props to have a comment | | :warning: |
263+
| [vue/require-prop-comment](./require-prop-comment.md) | require props to have a comment | | :hammer: |
264264
| [vue/script-indent](./script-indent.md) | enforce consistent indentation in `<script>` | :wrench: | :lipstick: |
265265
| [vue/sort-keys](./sort-keys.md) | enforce sort-keys in a manner that is compatible with order-in-components | | :hammer: |
266266
| [vue/static-class-names-order](./static-class-names-order.md) | enforce static class names order | :wrench: | :hammer: |

0 commit comments

Comments
 (0)