Browse Source

mention standard in coding style doc

Zeke Sikelianos 9 years ago
parent
commit
f25c3d33b6
1 changed files with 1 additions and 2 deletions
  1. 1 2
      docs/development/coding-style.md

+ 1 - 2
docs/development/coding-style.md

@@ -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.