mention standard in coding style doc

This commit is contained in:
Zeke Sikelianos 2016-03-24 12:59:26 -07:00 committed by Kevin Sawicki
parent 6e31e51292
commit f25c3d33b6

View file

@ -22,8 +22,7 @@ etc.
## JavaScript ## JavaScript
* Use a two space indent, no hard tabs. * Write [standard](http://npm.im/standard) JavaScript style.
* End lines with a `;`
* Files should **NOT** end with new line, because we want to match Google's * Files should **NOT** end with new line, because we want to match Google's
styles. styles.
* File names should be concatenated with `-` instead of `_`, e.g. * File names should be concatenated with `-` instead of `_`, e.g.