Skip to content

Commit b6e9f05

Browse files
committed
change case validation
1 parent 88b3f71 commit b6e9f05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.validaterc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"no_parameter_description": "error",
2121
"param_name_case_convention": [
2222
"error",
23-
"lower_snake_case"
23+
"lower_camel_case"
2424
],
2525
"invalid_type_format_pair": "error",
2626
"content_type_parameter": "error",
@@ -65,7 +65,7 @@
6565
],
6666
"property_case_convention": [
6767
"error",
68-
"lower_snake_case"
68+
"lower_camel_case"
6969
],
7070
"property_case_collision": "error",
7171
"enum_case_convention": [

0 commit comments

Comments
 (0)