- Add
//
comments to make code more human-readable - 4 spaces for indentation (no tabs)
- 80 character line length strongly preferred
- Prefer
'
over"
- ES6 syntax when possible
- Use semicolons; beyond linter
- Avoid abbr wrds
This repository has been archived by the owner on Aug 18, 2024. It is now read-only.