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
Thats true. Since they suggest either kebab-case or PascalCase for view components, and the rest of the code is camel case how about we use PascalCase for the components and camelCase for the rest?
The consistent naming convention in the repo is camelCase for directories and files so I would rename:
config-manager
->configManager
default-config
->defaultConfig
Originally posted by @brafdlog in #54 (comment)
I think the Vue part is not full compatible with this rule. But also need to think maybe in Vue the convention is different- https://vuejs.org/v2/style-guide/#Single-file-component-filename-casing-strongly-recommended
The text was updated successfully, but these errors were encountered: