Commit Graph

364 Commits

Author SHA1 Message Date
jpersson
a3495e07f4 Avoid the word "mutate" while explaining const 2015-11-17 13:12:02 -05:00
Jake Teton-Landis
f4e5967a0a Merge pull request #547 from chrisngobanh/padded-blocks
Prohibit Padded Blocks and Allow Comments in the First Line of a Block
2015-11-05 16:45:47 -08:00
Harrison Shoff
f130c0ffa2 [6.5] add backticks around stray eval. fixes #556 2015-11-04 11:12:45 +01:00
Harrison Shoff
88d5084009 Merge pull request #564 from frankenbot/master
Update redirects
2015-11-04 11:07:13 +01:00
frankenbot
49293bbf8c Update redirects 2015-11-02 20:11:56 -08:00
Jordan Harband
f2f8186d0f Start to write a realistic "testing" section 2015-10-31 13:49:53 -07:00
Christopher Banh
4b5348a5fc Add examples with if statements to 18.8 2015-10-16 10:35:14 -07:00
Christopher Banh
d276b0c389 Update 17.2 to allow comments in the first line of a block
In #483, justjake said that we should update the style guide to allow
single line comments in the first line of a block.
2015-10-15 18:15:54 -07:00
Christopher Banh
9897e7d8d1 Add Section 18.8 - No padded blocks
This addresses #483
2015-10-15 18:10:25 -07:00
Nick Hwang
8dd0b758f3 Add HubSpot to 'In The Wild' section 2015-10-13 23:21:02 -04:00
Gregory McCue
3c3c9a299d Fix link text. 2015-10-01 19:08:05 +02:00
Gregory McCue
be61bbd53c Add Ecosia to "In the Wild" section. 2015-10-01 11:35:30 +02:00
Danny Nemer
7d0e236b59 Clarify proper type casting for Numbers
Clarifies when to use `Number` vs. `parseInt` for Number type casting.

Fixes: #523
2015-09-25 10:17:27 -04:00
Harrison Shoff
60fe3a788c Merge pull request #516 from hyperoslo/add/hyperoslo-in-the-wild
Add Hyper to the “in the wild” list in README
2015-09-22 17:14:19 -07:00
Sindre Moen
7619b854b2 Remove issues from how to add to “in the wild” 2015-09-17 11:40:43 +02:00
Sindre Moen
af180978bf Add Hyper to the “in the wild” list in README 2015-09-17 11:21:37 +02:00
Jake Teton-Landis
f0619f6ba0 Merge pull request #499 from honzi/honzi-patch-2
improve formatting of Chinese language links
2015-09-16 16:09:42 +09:00
Al Pal
9405b1d396 add semicolons to const declarations in 19.2 2015-09-09 20:38:43 -07:00
Jan Hořava
2aaaa3ddff improve formatting of Chinese language links 2015-09-08 20:21:38 -07:00
johnmanong
eeed55c154 [ong] swap order of new entry 2015-08-31 18:29:35 -04:00
johnmanong
701cbb954d [ong] Default parameters go last. 2015-08-30 14:19:20 -04:00
Harrison Shoff
844d3cf38a [other] css/scss => CSS & Sass 2015-08-21 15:27:10 -07:00
Harrison Shoff
761bac606a [other] add links to other style guides 2015-08-21 15:08:09 -07:00
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