Skip to content

Commit dbdcc11

Browse files
committed
Update docs
1 parent bc65718 commit dbdcc11

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ Enforce all the rules in this category, as well as all higher priority rules, wi
209209
|:---|:--------|:------------|
210210
| :wrench: | [vue/html-closing-bracket-newline](./docs/rules/html-closing-bracket-newline.md) | require or disallow a line break before tag's closing brackets |
211211
| :wrench: | [vue/html-closing-bracket-spacing](./docs/rules/html-closing-bracket-spacing.md) | require or disallow a space before tag's closing brackets |
212-
| | [vue/prop-name-casing](./docs/rules/prop-name-casing.md) | enforce specific casing for the Prop name in Vue components |
212+
| :wrench: | [vue/prop-name-casing](./docs/rules/prop-name-casing.md) | enforce specific casing for the Prop name in Vue components |
213213
| :wrench: | [vue/script-indent](./docs/rules/script-indent.md) | enforce consistent indentation in `<script>` |
214214

215215
<!--RULES_TABLE_END-->

Diff for: docs/rules/prop-name-casing.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# enforce specific casing for the Prop name in Vue components (vue/prop-name-casing)
22

3+
- :wrench: The `--fix` option on the [command line](http://eslint.org/docs/user-guide/command-line-interface#fix) can automatically fix some of the problems reported by this rule.
4+
35
This rule would enforce proper casing of props in vue components(camelCase).
46

57
## :book: Rule Details

0 commit comments

Comments
 (0)