Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
[squash] more explicit working or style and linters
  • Loading branch information
refack committed Apr 29, 2017
commit edc0b43290c117f460f542130be61b08be3abeec
11 changes: 6 additions & 5 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,15 @@ This document will guide you through the contribution process.
pieces (still as self-contained as possible), and cross-reference them.
You can also mark some of them as `blocked` pending the others.
4. #### Be aware of our style rules
As part of acceptance of a PR the changes must pass our linters. For C++ we
use Google's `cpplint` (with some adjustments) so following their
[style-guide](https://github.com/google/styleguide) should keep you in line.
For JS we use this
As part of accepting a PR the changes __must__ pass our linters.
* For C++ we use Google's `cpplint` (with some adjustments) so following their
[style-guide](https://github.com/google/styleguide) should make your code
compliant with our linter.
* For JS we use this
[rule-set](https://github.com/nodejs/node/blob/master/.eslintrc.yaml)
for ESLint plus some of
[our own custom rules](https://github.com/nodejs/node/tree/master/tools/eslint-rules).
For markdown we have a
* For markdown we have a
[style guide](https://github.com/nodejs/node/blob/master/doc/STYLE_GUIDE.md).

### Step 1: Fork
Expand Down