mirror of
https://github.com/airbnb/javascript.git
synced 2026-01-14 05:38:10 -05:00
fixed typos & removed dead link
This commit is contained in:
@@ -1963,7 +1963,7 @@
|
||||
+ [JSHint](http://www.jshint.com/) - [Airbnb Style .jshintrc](https://github.com/airbnb/javascript/blob/master/linters/jshintrc)
|
||||
+ [JSCS](https://github.com/jscs-dev/node-jscs) - [Airbnb Style Preset](https://github.com/jscs-dev/node-jscs/blob/master/presets/airbnb.json)
|
||||
|
||||
**Other Styleguides**
|
||||
**Other Style Guides**
|
||||
|
||||
- [Google JavaScript Style Guide](http://google-styleguide.googlecode.com/svn/trunk/javascriptguide.xml)
|
||||
- [jQuery Core Style Guidelines](http://docs.jquery.com/JQuery_Core_Style_Guidelines)
|
||||
@@ -2030,7 +2030,6 @@
|
||||
- **Aan Zee**: [AanZee/javascript](https://github.com/AanZee/javascript)
|
||||
- **Adult Swim**: [adult-swim/javascript](https://github.com/adult-swim/javascript)
|
||||
- **Airbnb**: [airbnb/javascript](https://github.com/airbnb/javascript)
|
||||
- **American Insitutes for Research**: [AIRAST/javascript](https://github.com/AIRAST/javascript)
|
||||
- **Apartmint**: [apartmint/javascript](https://github.com/apartmint/javascript)
|
||||
- **Avalara**: [avalara/javascript](https://github.com/avalara/javascript)
|
||||
- **Billabong**: [billabong/javascript](https://github.com/billabong/javascript)
|
||||
@@ -2042,7 +2041,7 @@
|
||||
- **Expensify** [Expensify/Style-Guide](https://github.com/Expensify/Style-Guide/blob/master/javascript.md)
|
||||
- **Flexberry**: [Flexberry/javascript-style-guide](https://github.com/Flexberry/javascript-style-guide)
|
||||
- **Gawker Media**: [gawkermedia/javascript](https://github.com/gawkermedia/javascript)
|
||||
- **GeneralElectric**: [GeneralElectric/javascript](https://github.com/GeneralElectric/javascript)
|
||||
- **General Electric**: [GeneralElectric/javascript](https://github.com/GeneralElectric/javascript)
|
||||
- **GoodData**: [gooddata/gdc-js-style](https://github.com/gooddata/gdc-js-style)
|
||||
- **Grooveshark**: [grooveshark/javascript](https://github.com/grooveshark/javascript)
|
||||
- **How About We**: [howaboutwe/javascript](https://github.com/howaboutwe/javascript)
|
||||
@@ -2071,7 +2070,6 @@
|
||||
- **Target**: [target/javascript](https://github.com/target/javascript)
|
||||
- **TheLadders**: [TheLadders/javascript](https://github.com/TheLadders/javascript)
|
||||
- **T4R Technology**: [T4R-Technology/javascript](https://github.com/T4R-Technology/javascript)
|
||||
- **Userify**: [userify/javascript](https://github.com/userify/javascript)
|
||||
- **VoxFeed**: [VoxFeed/javascript-style-guide](https://github.com/VoxFeed/javascript-style-guide)
|
||||
- **Weggo**: [Weggo/javascript](https://github.com/Weggo/javascript)
|
||||
- **Zillow**: [zillow/javascript](https://github.com/zillow/javascript)
|
||||
|
||||
@@ -448,7 +448,7 @@
|
||||
return name;
|
||||
}
|
||||
|
||||
// bad - unnessary function call
|
||||
// bad - unnecessary function call
|
||||
function() {
|
||||
var name = getName();
|
||||
|
||||
@@ -1565,7 +1565,7 @@
|
||||
+ [JSHint](http://www.jshint.com/) - [Airbnb Style .jshintrc](https://github.com/airbnb/javascript/blob/master/linters/jshintrc)
|
||||
+ [JSCS](https://github.com/jscs-dev/node-jscs) - [Airbnb Style Preset](https://github.com/jscs-dev/node-jscs/blob/master/presets/airbnb.json)
|
||||
|
||||
**Other Styleguides**
|
||||
**Other Style Guides**
|
||||
|
||||
- [Google JavaScript Style Guide](http://google-styleguide.googlecode.com/svn/trunk/javascriptguide.xml)
|
||||
- [jQuery Core Style Guidelines](http://docs.jquery.com/JQuery_Core_Style_Guidelines)
|
||||
@@ -1634,7 +1634,6 @@
|
||||
- **Aan Zee**: [AanZee/javascript](https://github.com/AanZee/javascript)
|
||||
- **Adult Swim**: [adult-swim/javascript](https://github.com/adult-swim/javascript)
|
||||
- **Airbnb**: [airbnb/javascript](https://github.com/airbnb/javascript)
|
||||
- **American Insitutes for Research**: [AIRAST/javascript](https://github.com/AIRAST/javascript)
|
||||
- **Apartmint**: [apartmint/javascript](https://github.com/apartmint/javascript)
|
||||
- **Avalara**: [avalara/javascript](https://github.com/avalara/javascript)
|
||||
- **Billabong**: [billabong/javascript](https://github.com/billabong/javascript)
|
||||
@@ -1645,7 +1644,7 @@
|
||||
- **ExactTarget**: [ExactTarget/javascript](https://github.com/ExactTarget/javascript)
|
||||
- **Flexberry**: [Flexberry/javascript-style-guide](https://github.com/Flexberry/javascript-style-guide)
|
||||
- **Gawker Media**: [gawkermedia/javascript](https://github.com/gawkermedia/javascript)
|
||||
- **GeneralElectric**: [GeneralElectric/javascript](https://github.com/GeneralElectric/javascript)
|
||||
- **General Electric**: [GeneralElectric/javascript](https://github.com/GeneralElectric/javascript)
|
||||
- **GoodData**: [gooddata/gdc-js-style](https://github.com/gooddata/gdc-js-style)
|
||||
- **Grooveshark**: [grooveshark/javascript](https://github.com/grooveshark/javascript)
|
||||
- **How About We**: [howaboutwe/javascript](https://github.com/howaboutwe/javascript)
|
||||
@@ -1675,7 +1674,6 @@
|
||||
- **Target**: [target/javascript](https://github.com/target/javascript)
|
||||
- **TheLadders**: [TheLadders/javascript](https://github.com/TheLadders/javascript)
|
||||
- **T4R Technology**: [T4R-Technology/javascript](https://github.com/T4R-Technology/javascript)
|
||||
- **Userify**: [userify/javascript](https://github.com/userify/javascript)
|
||||
- **VoxFeed**: [VoxFeed/javascript-style-guide](https://github.com/VoxFeed/javascript-style-guide)
|
||||
- **Weggo**: [Weggo/javascript](https://github.com/Weggo/javascript)
|
||||
- **Zillow**: [zillow/javascript](https://github.com/zillow/javascript)
|
||||
|
||||
Reference in New Issue
Block a user