Mention npm run lint

This commit is contained in:
Kevin Sawicki 2016-03-07 09:46:05 -08:00
parent 686af28f54
commit 1c68aae43e

View file

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