Navigation Menu

Skip to content

Commit

Permalink
Update CONTRIBUTING
Browse files Browse the repository at this point in the history
  • Loading branch information
goatslacker committed Jul 10, 2015
1 parent 996932d commit e3a5b6b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions CONTRIBUTING.md
Expand Up @@ -38,10 +38,6 @@ the [Airbnb JS style guide](https://github.com/airbnb/javascript) with a few
notable exceptions.

* You shouldn't have to use [semicolons](https://medium.com/@goatslacker/no-you-dont-need-semicolons-148d936b9cf2). The build file adds them in anyway.
* Please add braces around `if`, `for`, `while`, etc.
* Use the new features in ES6 when you can.
* Use `const` over `var` and `let`. But if you must mutate, use `let`.
* Don't concatenate strings, use template literals.
* Do not rely on any ES6 shim/sham features (Map, WeakMap, Proxy, etc).
* Use `//` for comments. And comment anything you feel isn't obvious.

Expand Down

0 comments on commit e3a5b6b

Please sign in to comment.