Skip to content
juhis edited this page Nov 2, 2015 · 1 revision

General

  • Indentation: 4 spaces (no tabs)
  • Line endings: Unix-style (LF, \n)

JavaScript

  • All js/jsx files should have .js extension
  • jsx is to be written as jsx and transpiled in the build
  • No semicolons in ends of lines. They are ugly.
Clone this wiki locally