Harrison Shoff
0f0a01d4e6
Merge pull request #166 from orionhealth/orion-health
...
Add Orion Health to the list of companies in the README.
2014-04-28 11:49:57 -07:00
James Bunt
6288faf3dc
Add Orion Health to the list of companies in the README.
2014-04-24 14:43:03 +12:00
James Bunt
1a6d308209
Add justification and some further reading on using a leading semi colon before an IIFE to the Semicolons section.
2014-04-24 14:39:15 +12:00
Harrison Shoff
731ae106bc
Merge pull request #156 from ripple/master
...
Add Ripple to list of projects using this style guide
2014-04-14 23:13:11 -07:00
Harrison Shoff
9cc84ec92a
Merge pull request #152 from goldcaddy77/multi-line-use-80
...
Use 80 chars for consistency with comment above
2014-03-27 11:37:50 -07:00
Harrison Shoff
2a1c19abee
Merge pull request #151 from goldcaddy77/fix-programatically-typo
...
Fix typo with word programatically
2014-03-25 10:13:35 -07:00
Dan Caddigan
2737916365
Use 80 chars for consistency with comment above
2014-03-25 13:08:33 -04:00
Dan Caddigan
12baae728e
Fix typo with word programatically
2014-03-25 13:02:27 -04:00
Harrison Shoff
c287ad8765
Merge pull request #150 from seekingalpha/master
...
Add SeekingAlpha to the README
2014-03-20 15:46:24 -07:00
Juan Lulkin
f59724185a
Add SeekingAlpha to companies in the README
2014-03-20 21:09:20 +02:00
Juan Lulkin
edfab47de0
Update README.md to add SeekingAlpha
2014-03-20 21:06:13 +02:00
Stefan Thomas
fee185379a
Add Ripple to list of projects using this style guide.
2014-03-17 13:55:51 -07:00
Harrison Shoff
e222797041
Merge pull request #149 from fetch/simple-anchors
...
Make use of GitHub's default anchors.
2014-03-17 09:41:51 -07:00
Koen Punt
fb86fc032d
TOC links updated
2014-03-16 16:10:41 +01:00
Koen Punt
c3a9c7f741
Rely on github's default heading anchors
2014-03-16 15:37:48 +01:00
Harrison Shoff
8bf39432c6
Merge pull request #148 from DigitPaint/add_digitpaint_to_organizations_list
...
Add Digitpaint to list of organisations using this style guide
2014-03-13 10:05:05 -07:00
Flurin Egger
c4d7cc0a21
Add Digitpaint to list of organisations using this style guide
2014-03-13 11:45:50 +01:00
Harrison Shoff
8c01bc4aa8
[resources] add link to es6 features
2014-03-04 09:23:44 -08:00
Harrison Shoff
5933651af1
Merge pull request #146 from moneyadviceservice/add_money_advice_service_to_readme
...
Add Money Advice Service to list of organisations using this style guide
2014-02-25 14:24:31 -08:00
Gareth Visagie
6c25eddf0e
Add Money Advice Service to list of organisations using this style guide
2014-02-25 11:30:46 +00:00
Harrison Shoff
92a6ce613c
Merge pull request #142 from gdi2290/patch-1
...
update copyright year
2014-02-04 09:55:56 -08:00
PatrickJS
f2e49d131a
update copyright year
2014-02-03 22:38:45 -08:00
Harrison Shoff
ed3e46e498
[resources] add you might not need jquery authors
2014-01-30 11:46:02 -08:00
Harrison Shoff
7d470d860f
[resources] add you might not need jquery
2014-01-30 11:44:42 -08:00
Harrison Shoff
31393c25f8
Merge pull request #139 from Peerby/master
...
added Peerby to list of organizations that use this guide
2014-01-22 10:26:29 -08:00
godspeedelbow
bd3914c19a
added Peerby to list of organizations that use this guide
2014-01-22 13:55:54 +01:00
Harrison Shoff
6e40437c23
[readme] remove GA in favor of Github analytics
2014-01-07 10:47:36 -08:00
Harrison Shoff
d27bcfa471
[readme] add GA
2014-01-05 11:19:25 -08:00
Harrison Shoff
a3e1534faf
Merge pull request #134 from airbnb/add-jshintrc
...
Add .jshintrc
2014-01-02 11:20:46 -08:00
Spike Brehm
b65dd90ea5
Add .jshintrc
...
This adds a `.jshintrc` to the `linters/` directory. I just copied over
the settings from the `SublimeLinter` file, de-nesting the JSON object
by one level.
It means we'll have to maintain both files, but it's good to have a
basic `.jshintrc` for those of us that aren't using JSHint through
Sublime Text.
2013-12-26 19:00:21 -08:00
Spike Brehm
5d99903015
Merge pull request #95 from lxe/master
...
Format object array to conform to whitespace guidelines
2013-12-26 18:31:36 -08:00
Harrison Shoff
425d5c7a98
Merge pull request #132 from vahan-hartooni/patch-2
...
Enforce 'use strict'
2013-12-17 14:33:16 -08:00
vahan-hartooni
d5db0a2f45
Enforce 'use strict'
...
As stated in the [Modules section](https://github.com/airbnb/javascript#modules ), `'use strict'` needs to be declared at the top of a module
[JSHint has an option](http://www.jshint.com/docs/options/#strict ) for something like this by enforcing the declaration of the statement at the top function scope.
2013-12-17 13:07:59 -08:00
Harrison Shoff
440b34a0b5
[resources] add link to Third Party JavaScript. fixes #128
2013-12-13 11:06:04 -08:00
Harrison Shoff
7a9f9c57f2
Merge pull request #131 from ulyssecarion/missing_hide
...
Add a missing `.hide()` for consistency's sake.
2013-12-13 10:55:48 -08:00
Ulysse Carion
fbc79a3bfe
Add a missing .hide() for consistency's sake.
2013-12-12 19:00:45 -08:00
Harrison Shoff
c2b16dc1b2
Merge pull request #127 from airbnb/operator_whitespace
...
Spaces Around Operators
2013-12-05 19:54:16 -08:00
Nirav Sanghani
9469e94a07
Add guideline for spaces around operators
2013-12-05 16:35:21 -08:00
Vsevolod Rodionov
3882949668
32-bit integers and bitwise operators explained with example of possible issues
...
I've added this example to russian translation when I've got question from our juniors "what's the limits of wise use of bitwise operators".
2013-12-05 11:38:25 +03:00
Harrison Shoff
745cf854d1
[translation] update russian fixes #120
2013-12-03 10:21:54 -08:00
Harrison Shoff
e82c8dbf56
Merge pull request #125 from vahan-hartooni/patch-1
...
Update SublimeLinter.sublime-settings to include maxlen enforcement
2013-12-03 10:16:58 -08:00
vahan-hartooni
898b46dc15
Update SublimeLinter.sublime-settings
...
The Airbnb guide states: "Strings longer than 80 characters should be written across multiple lines using string concatenation."
I propose to add the maxlen option to enforce this rule: http://www.jshint.com/docs/options/#maxlen
However maxlen enforces the entire source code, not just a line of String. I would like to hear your thoughts on whether that is a beneficial enforcement to keep JS code at a set width.
2013-12-02 10:46:34 -08:00
Harrison Shoff
3a6aff1f13
[in the wild] add REI
2013-11-26 19:15:17 -08:00
Harrison Shoff
e8764fb20b
Merge pull request #122 from bmorrall/patch-1
...
Concatenation examples are now equivalent
2013-11-25 21:43:37 -08:00
Ben Morrall
d44c4e01ea
Concatenation examples are now equivalent
2013-11-26 15:17:25 +11:00
Harrison Shoff
f07de4befb
[translation] add Bulgarian translation. fixes #121
2013-11-24 21:35:53 -08:00
Harrison Shoff
1ffec40ffd
Merge pull request #119 from sbezludny/patch-1
...
Added Russian translation
2013-11-21 14:31:51 -08:00
Serg
8702dd4b83
Added Russian translation
2013-11-22 00:01:50 +02:00
Harrison Shoff
30957f208a
Merge pull request #117 from nmussy/french_translation
...
Added French translation to the list
2013-11-19 10:41:42 -08:00
Jimmy Gaussen
30d8ea098e
copy pasta
2013-11-19 19:40:06 +01:00