mention standard in coding style doc
authorZeke Sikelianos <zeke@sikelianos.com>
Thu, 24 Mar 2016 19:59:26 +0000 (12:59 -0700)
committerKevin Sawicki <kevinsawicki@gmail.com>
Thu, 31 Mar 2016 00:00:05 +0000 (17:00 -0700)
docs/development/coding-style.md

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