|
448 | 448 | return name; |
449 | 449 | } |
450 | 450 |
|
451 | | - // bad - unnessary function call |
| 451 | + // bad - unnecessary function call |
452 | 452 | function() { |
453 | 453 | var name = getName(); |
454 | 454 |
|
|
1565 | 1565 | + [JSHint](http://www.jshint.com/) - [Airbnb Style .jshintrc](https://github.com/airbnb/javascript/blob/master/linters/jshintrc) |
1566 | 1566 | + [JSCS](https://github.com/jscs-dev/node-jscs) - [Airbnb Style Preset](https://github.com/jscs-dev/node-jscs/blob/master/presets/airbnb.json) |
1567 | 1567 |
|
1568 | | -**Other Styleguides** |
| 1568 | +**Other Style Guides** |
1569 | 1569 |
|
1570 | 1570 | - [Google JavaScript Style Guide](http://google-styleguide.googlecode.com/svn/trunk/javascriptguide.xml) |
1571 | 1571 | - [jQuery Core Style Guidelines](http://docs.jquery.com/JQuery_Core_Style_Guidelines) |
|
1634 | 1634 | - **Aan Zee**: [AanZee/javascript](https://github.com/AanZee/javascript) |
1635 | 1635 | - **Adult Swim**: [adult-swim/javascript](https://github.com/adult-swim/javascript) |
1636 | 1636 | - **Airbnb**: [airbnb/javascript](https://github.com/airbnb/javascript) |
1637 | | - - **American Insitutes for Research**: [AIRAST/javascript](https://github.com/AIRAST/javascript) |
1638 | 1637 | - **Apartmint**: [apartmint/javascript](https://github.com/apartmint/javascript) |
1639 | 1638 | - **Avalara**: [avalara/javascript](https://github.com/avalara/javascript) |
1640 | 1639 | - **Billabong**: [billabong/javascript](https://github.com/billabong/javascript) |
|
1645 | 1644 | - **ExactTarget**: [ExactTarget/javascript](https://github.com/ExactTarget/javascript) |
1646 | 1645 | - **Flexberry**: [Flexberry/javascript-style-guide](https://github.com/Flexberry/javascript-style-guide) |
1647 | 1646 | - **Gawker Media**: [gawkermedia/javascript](https://github.com/gawkermedia/javascript) |
1648 | | - - **GeneralElectric**: [GeneralElectric/javascript](https://github.com/GeneralElectric/javascript) |
| 1647 | + - **General Electric**: [GeneralElectric/javascript](https://github.com/GeneralElectric/javascript) |
1649 | 1648 | - **GoodData**: [gooddata/gdc-js-style](https://github.com/gooddata/gdc-js-style) |
1650 | 1649 | - **Grooveshark**: [grooveshark/javascript](https://github.com/grooveshark/javascript) |
1651 | 1650 | - **How About We**: [howaboutwe/javascript](https://github.com/howaboutwe/javascript) |
|
1675 | 1674 | - **Target**: [target/javascript](https://github.com/target/javascript) |
1676 | 1675 | - **TheLadders**: [TheLadders/javascript](https://github.com/TheLadders/javascript) |
1677 | 1676 | - **T4R Technology**: [T4R-Technology/javascript](https://github.com/T4R-Technology/javascript) |
1678 | | - - **Userify**: [userify/javascript](https://github.com/userify/javascript) |
1679 | 1677 | - **VoxFeed**: [VoxFeed/javascript-style-guide](https://github.com/VoxFeed/javascript-style-guide) |
1680 | 1678 | - **Weggo**: [Weggo/javascript](https://github.com/Weggo/javascript) |
1681 | 1679 | - **Zillow**: [zillow/javascript](https://github.com/zillow/javascript) |
|
0 commit comments