Skip to content

Commit e56e4cd

Browse files
westberlinerwaynzh
andauthored
update argument description
Co-authored-by: Wayne Zhang <[email protected]>
1 parent f6b9bef commit e56e4cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rules/prop-name-casing.md

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

5151
- `"camelCase"` (default) ... Enforce property names in `props` to camel case.
5252
- `"snake_case"` ... Enforce property names in `props` to snake case.
53-
- `ignoreProps` (`string[]`) ... An array of prop names (or patterns) that should be exempt from the case rule check. Use this option for prop names that are intentionally non-compliant, have special naming requirements for Vue components, or are defined by Vue libraries. You can define these entries as literal strings or as regular expressions (written as strings, e.g., `"/^name/"`).
53+
- `ignoreProps` (`string[]`) ... An array of prop names (or patterns) that don't need to follow the specified casing.
5454

5555
### `"snake_case"`
5656

0 commit comments

Comments
 (0)