Skip to content
This repository was archived by the owner on Jan 7, 2019. It is now read-only.

Latest commit

 

History

History
9 lines (7 loc) · 401 Bytes

File metadata and controls

9 lines (7 loc) · 401 Bytes

[Standard] File Naming

Checks

  • File names use camelCase
  • Component File names use PascalCase and use the component name
  • When containers are next to their component
    • The component name should be <ComponentClassName>.component.js
    • The container name should be <ComponentClassName>.container.js