From 1c68aae43ecbc02d3b04b1b054f32202de093acc Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Mon, 7 Mar 2016 09:46:05 -0800 Subject: [PATCH] Mention npm run lint --- docs/development/coding-style.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/development/coding-style.md b/docs/development/coding-style.md index 5523c072b119..edc18549a722 100644 --- a/docs/development/coding-style.md +++ b/docs/development/coding-style.md @@ -2,6 +2,9 @@ These are the style guidelines for coding in Electron. +You can run `npm run lint` to show all coding style issues detected by `cpplint` +and `eslint`. + ## C++ and Python For C++ and Python, we follow Chromium's [Coding