appirio-tech/lc1-challenge-service

View on GitHub
docs/standard-guidelines/js-guidelines.md

Summary

Maintainability
Test Coverage
#Javascript Coding Guidelines

Please follow Joyent's NodeJS design guide: https://www.joyent.com/developers/node/design
Please use 2 spaces instead of tabs. Please use lodash instead of underscore.

```js
//TODO
```