Tom
6175c67a79
s/Javascript/JavaScript
2015-08-18 14:54:29 -04:00
Jake Teton-Landis
d2be5f3c74
Merge pull request #446 from tschuy/master
...
change second 18.5 to 18.6
2015-08-18 11:25:30 -07:00
Tomek Wiszniewski
bfbb074ac9
Oops, keep to 13.1!
2015-08-13 08:51:04 +02:00
Tomek Wiszniewski
417f9896d0
Bring back explicit return in 8.1 example
2015-08-13 08:48:21 +02:00
Tomek Wiszniewski
60360bdedd
Match 8.4 indentation to other rules
2015-08-13 08:43:59 +02:00
Tomek Wiszniewski
3aabe2c693
Upgrade half of 8.2 to another rule
2015-08-13 08:43:33 +02:00
Tomek Wiszniewski
5b8b56ece7
Upgrade a note about parens to another rule
2015-08-12 11:17:19 +02:00
Tomek Wiszniewski
5634c4c88e
Update existing example
2015-08-12 11:14:53 +02:00
Tomek Wiszniewski
4957071107
Allow implicit return + one multiline expression
2015-08-12 11:14:51 +02:00
Harrison Shoff
9e40dd1001
Merge pull request #471 from comparaonline/add-comparaonline
...
Add ComparaOnline to 'In The Wild' List
2015-08-11 13:43:09 -07:00
Choon-ho Yoon
52a3344043
Add ComparaOnline to 'In The Wild' List
2015-08-11 17:27:02 -03:00
Josh Perez
6b1239b0c9
Merge pull request #467 from chrisngobanh/master
...
Updated 25.1 to include a case with a lookup that has a hyphen in the classname
2015-08-10 11:29:36 -07:00
allx
1e2ed0b069
Update README.md
...
deleted unnecessary whitespace after property key
2015-08-10 14:26:43 +03:00
Christopher Banh
e8b87a5e21
Updated 25.1 to include a case with a hyphen in the classname
2015-08-09 20:30:41 -07:00
Josh Perez
d455d6af9e
Amendments section to encourage forking
...
Amendments alter what the style guide says but can be contained in a single section thus allowing you to periodically update or cherry pick from the style guide from master without having to deal with annoying merge conflicts.
2015-08-06 13:01:40 -07:00
Harrison Shoff
d4e64139f5
[readme] add downloads badge
2015-08-04 09:59:28 -07:00
Thibaud Colas
b3357f5b88
Add Springload to "In the Wild" list
...
Springload loves the Airbnb style guide!
2015-08-03 22:39:23 +12:00
Evan Tschuy
d2db3b6290
change duplicate 18.5 to 18.6
2015-07-30 10:06:53 -07:00
Harrison Shoff
0c29596a7e
Merge pull request #395 from Ryan-McBride/patch-1
...
Update to include warning against using eval.
2015-07-29 11:45:30 -07:00
Harrison Shoff
4070463927
Merge pull request #404 from airbnb/harry/100-char
...
[strings] 80 char => 100 char
2015-07-29 11:41:04 -07:00
Harrison Shoff
63bf905ed6
[comments] update 17.4, 17.5 examples to follow 17.2. fixes #430
2015-07-23 10:28:28 -07:00
Varayut Lerdkanlayanawat
8b8b9b8d40
Add You Don't Know JS: ES6 & Beyond book
2015-07-22 10:25:18 +07:00
Varayut Lerdkanlayanawat
fcbaa4dd57
Replace Annotated ECMAScript 5.1 with Standard ECMA-262 for ES6
2015-07-22 10:23:07 +07:00
Josh Perez
6317e6b3e2
Merge pull request #396 from Ryan-McBride/patch-2
...
Update to warn against Function constructor
2015-07-20 11:46:55 -07:00
Josh Perez
d35c81cd7d
Merge pull request #158 from orionhealth/redundant-newline
...
Remove unnecessary extra newline that confused some markdown previewers
2015-07-17 13:16:51 -07:00
Josh Perez
37a30322a0
Merge pull request #367 from christophehurpeau/patch-1
...
18.6: blocks and blank line: add example with array
2015-07-17 13:13:20 -07:00
Eugene
2ee0ff3159
Adding MitocGroup fork
2015-07-15 15:58:43 -04:00
Rubén Sospedra
77c586be04
Here's some of love :) Nice document we're really happy to implement this
2015-07-15 19:13:05 +02:00
Ryan McBride
a048ebf22e
Added info on other implementation of Function constructor
...
Added per comment in PR #396
2015-07-14 20:17:00 -07:00
Ryan McBride
f1d5243691
changed to single quotes to match style
2015-07-14 15:26:17 -07:00
Bram Schulting
a67ee27d09
Add Blendle to list of organizations
2015-07-09 17:30:05 +02:00
benjaminapetersen
89d75d9f70
Plural Jedi is Jedi. Sorry, had to do it. :)
2015-07-07 11:56:58 -04:00
Harrison Shoff
eba9dbdeac
[strings] 80 char => 100 char
2015-07-06 09:17:11 -07:00
Jon Chretien
81f5d8d489
fixed typos & removed dead link
2015-07-06 10:59:04 -04:00
Harrison Shoff
d9b87de58c
Merge pull request #398 from Ryan-McBride/patch-4
...
Fixed typo in 13.4
2015-07-04 15:40:23 -07:00
Ryan McBride
23b3f4b8f9
Fixed typo in 19.2
...
'modern' was spelled as 'mordern' in both the good and bad examples of section 19.2
2015-07-04 10:56:16 -07:00
Ryan McBride
13fe13bb37
Fixed typo in 13.4
...
A comment in the example of section 13.4 had 'unnecessary' spelled as 'unnessary'
2015-07-04 10:48:44 -07:00
Ryan McBride
4eea06235b
Fixed typo in 9.4
...
Line read `contructor(options = {}) {`
Edited to `constructor(options = {}) {`
No other lines were edited or changed.
2015-07-04 10:36:18 -07:00
Ryan McBride
27d388d946
Update to warn against Function constructor
...
Added section 7.9 to warn against using the Function creator, as it opens similar vulnerabilities as eval.
Originally suggested in pull request #395 .
No other lines were edited or removed.
2015-07-04 10:19:14 -07:00
Ryan McBride
a513163d46
Update to include warning against using eval.
...
Added 6.5 to strings section of Readme in order to explicitly warn against using eval(). Listed in ticket #118 .
2015-07-03 19:50:52 -07:00
Jake Teton-Landis
49f9a56c35
Merge pull request #380 from rodocite/master
...
Added Back to Top link for In The Wild section
2015-07-01 19:48:01 -07:00
Dimitar Danailov
592223611f
Change style guide of point 23.3
2015-07-01 16:22:55 +03:00
Rodolfo Yabut
4a19aa8575
Fix Back to Top link spacing
2015-07-01 06:20:05 -07:00
Rodolfo Yabut
0627472f55
Add Back to Top link
2015-07-01 06:17:56 -07:00
Mathieu Darse
ae84fbe007
Fix typo
2015-06-30 12:40:05 +02:00
Tomek Wiszniewski
ee899996b6
Allow reserved words as keys in ES6 module context
...
`<script type="module">` and *node*/*iojs* code imply full support of ES5.
Code transpiled by *babel* is also perfecly safe:
```js
$ cat <<––– | babel
const superman = {
default: { clark: 'kent' },
private: true
};
–––
"use strict";
var superman = {
"default": { clark: "kent" },
"private": true
};
```
2015-06-25 23:20:00 +02:00
Manoj Kumar
26dd043414
Update README.md
2015-06-23 22:13:05 +05:30
Christophe Hurpeau
53ac64adf5
18.6: blocks and blank line: add example with array
2015-06-23 18:00:55 +02:00
Jake Teton-Landis
8599621c0f
Merge pull request #357 from arianf/trailing-comma
...
added trailing comma
2015-06-19 16:01:09 -07:00
Tim Golen
25a2430dc6
Add Expensify to the list of organizations using this style guide
2015-06-17 13:30:29 -06:00