Please ensure you're following the below rules before submitting a PR:
Please follow Airbnb's Name Conventions from the style guide.
- Structure
- Follow the existing file structure
- Files
- Should be
lowercase
, with words separated by hyphens (-
) eg.logo-cropped.jpg
- With the exception of Containers and Components, which should be
PascalCase
- eg.TicketView.js
- Should be
- Directories
- Folder names should be
lowercase,
with words separated by a hyphen (-
) - eg./components/case-studies
- Folders and files can be named singular or plural - do what sounds right
- Folder names should be
Please ensure your code is passing through the linter.