Skip to content

StyleGuide

Scott Roberts edited this page Mar 1, 2019 · 1 revision

Style Guide

Folders

Naming

All folders should have the "kabob-case" type naming.

Examples: "user-stories", "talent-path", "this-is-a-folder"

Heirarchy

Please look at the file structures in the research repository.

Files

Naming

All files should be "camelCase"

Examples: "userStories", "talentPath", "thisIsAFile"

HTML

  • Use "Prettier" to format your html.

CSS

JavaScript

EsLint

  • Use the AirBnb style guide to lint your code

Clone this wiki locally