Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 319 Bytes

File metadata and controls

21 lines (12 loc) · 319 Bytes

JavaScript

A mostly reasonable approach to JavaScript.

  1. Frameworks
  2. Basic Rules
  3. Formatting

Frameworks

Basic Rules

Prefer use of semicolons

Formatting

Prefer spaces for indentation

Prefer an indent size of 4