-
Notifications
You must be signed in to change notification settings - Fork 0
StyleGuide
Scott Roberts edited this page Mar 1, 2019
·
1 revision
All folders should have the "kabob-case" type naming.
Examples: "user-stories", "talent-path", "this-is-a-folder"
Please look at the file structures in the research repository.
All files should be "camelCase"
Examples: "userStories", "talentPath", "thisIsAFile"
- Use "Prettier" to format your html.
- Use the AirBnb style guide to lint your code