- Indent using 2 spaces
- Use double quotes for strings
- Use single quotes rather than escaping within strings
- Make sure that your code passes our tests using
npm test
- If you add a new feature of fix an issue, add tests for it.
- Use JSHint to lint your code.