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

Files

Latest commit

author
Yann Leflour
Jun 28, 2017
d5d8c52 · Jun 28, 2017

History

History
9 lines (7 loc) · 401 Bytes
·

file-naming.s.md

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