From f25c3d33b66e27c085339be4a27a52160fe03e57 Mon Sep 17 00:00:00 2001 From: Zeke Sikelianos Date: Thu, 24 Mar 2016 12:59:26 -0700 Subject: [PATCH] mention standard in coding style doc --- docs/development/coding-style.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/development/coding-style.md b/docs/development/coding-style.md index 5d70c24c9b0a..422a4226df60 100644 --- a/docs/development/coding-style.md +++ b/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.