You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|``function_naming_convention`` | Naming convention to use for functions's or methods's | **snake_case**, lowerCamelCase, hyphenated-case, UpperCamelcase|
26
+
|``function_naming_convention`` | Naming convention to use for functions's or methods's | **snake_case**, lowerCamelCase, kebab-case, UpperCamelcase|
|``variable_naming_convention`` | Naming convention to use for variables's identifiers | **snake_case**, lowerCamelCase, hyphenated-case, UpperCamelCase+
35
+
|``variable_naming_convention`` | Naming convention to use for variables's identifiers | **snake_case**, lowerCamelCase, kebab-case, UpperCamelCase+
0 commit comments