Skip to content

Style Guide

Aaron Hammer edited this page Feb 8, 2019 · 3 revisions

Style Guide

JSON/JSX/JS:

I personally use atom-beautify (which includes preinstalled eslint, prettier, and others) but use any code prettier and input theses settings

  • Brace style: end-expand
  • End with new line
  • Indent char: tab
  • Indent size: 4
  • Max preserve newlines: 2
  • Object curly spacing
  • Preserve newlines
  • Space after anon function
  • Space before conditional

Fyt

Onboarding

Contributing

Commonly Needed

Style Guide

Tech Stack Docs

Other Resources

Clone this wiki locally