Jason Ellis
4380284b05
[guide] Add missing close parenthesis and semicolon to section 8.2
2017-06-20 09:37:19 -05:00
Rahul Gandhi
0c9e22e039
[guide] replacing undefined with ReferenceError
...
Fixes #1457
2017-06-17 18:18:40 +05:30
Ben Schroeder
7bb8c9f905
[guide] Fix iterator code example error
...
The first "good" example was missing a closing bracket (line 1377).
2017-06-14 09:13:43 -04:00
Jordan Harband
cd4ec6245e
[guide] change more straight quotes to curly quotes
2017-06-14 12:09:46 -07:00
Felipe Vargas
4499ee0094
[guide] No arrow function implicit return with side effects
2017-06-12 15:41:11 -07:00
Jordan Harband
fd8cbec8e0
[guide] change straight quotes to curly quotes
2017-06-13 01:06:34 -07:00
Daniel Axelrod
98f2224ec2
Add linting for Markdown prose
...
Codify existing practices for writing Markdown in style guides and
enforce them via Markdownlint. A new npm script "lint" in the top level
package.json runs before tests or as the first step of the "travis"
script.
Only modify documents in cases where they had bugs or isolated cases of
inconsistency:
README.md: 10: MD007 Unordered list indentation
Inconsistent with all other top level lists
README.md: 10: MD032 Lists should be surrounded by blank lines
Some Markdown parsers don't handle this correctly
README.md: 3156-3161: MD005 Inconsistent indentation for list items at
the same level
Bug, looks like it's intended to be another list level but GitHub
renders it at the same level as the "No but seriously"
README.md & css-in-javascript/README.md: throughout: MD012 Multiple
consecutive blank lines
README.md: throughout: MD004 Unordered list style
Some nested lists used plusses, now everything consistently uses
dashes.
2017-06-02 17:10:16 +00:00
Daniel Axelrod
0f8f30dcd0
[6.5] Add no-eval eslint rule to docs
...
Add reference to the eslint `no-eval` rule to the README.
This rule is already set to `error` in best-practices.js in eslint-airbnb-config-base.
2017-05-24 01:13:26 +00:00
thomas Bell
3ca86a4a3c
added generation tux as in the wild
2017-05-03 14:16:32 -04:00
Martin Veith
275d4bba98
Add "Control statements" section
2017-05-01 11:11:31 +02:00
Jordan Harband
ee6b23d862
[guide] remove remaining numbered links used as targets.
2017-04-30 21:19:58 -07:00
Denis Izmaylov
3fe99604e6
Add 'Axept' into 'In the Wild' section
2017-04-29 18:20:56 +03:00
Diego Teliz
83711e089a
Add 'InterCity Group' on 'In the Wild' list
2017-04-27 15:03:28 +12:00
Nikita
cb027cd002
translation links sorted
2017-04-12 02:01:16 +05:00
Max Kaplan
fa0a82373e
adding sourcetoad to users
2017-04-04 09:52:16 -04:00
Hugo
13dc420a9e
Fix Gitter badge in README.md
2017-03-21 12:46:21 +11:00
JPeer264
5797f545d8
[guide] Add array-bracket-newline ( close #1338 )
2017-03-17 08:48:43 +01:00
Ivan Zusko
1a2edb9e9e
Add ukrainian translation
2017-01-04 10:58:43 +02:00
David Cameron
c9490c698e
[guide] Added 'let' to rule defs regarding variables
2017-03-03 14:44:34 -05:00
Tom Wrenn
93e91d3eb9
Add AltSchool to the "In The Wild" section of the README
2017-03-03 11:36:09 -08:00
Tihomir Opacic
5ad25766fb
Added OHD to a list of style guide users.
2017-03-01 20:31:43 +01:00
Harrison Shoff
5ca6d46b7c
[resources] add link to neutrino preset
...
https://neutrino.js.org/presets/neutrino-preset-airbnb-base/
2017-02-25 14:12:37 -08:00
Adam Walsh
840d021d07
Add Honey to list of users
2017-02-22 10:08:38 -08:00
Josh Duck
8cab89e792
Add note to explain what a soft tab is
...
A quick Google search shows that the name "soft tab" causes some confusion. Added a brief clarification.
2017-02-14 10:44:25 +10:00
Sota Yamashita
c29e615be4
[inthewild] remove deleted repositories
2017-02-12 12:13:35 +09:00
nprescott
ec42fbecbf
[guide] README update for JSCS deprecated links
2017-01-22 11:11:08 -05:00
Colin Hamer
6435f8ff23
[inthewild] Adds CaseNine
2017-02-09 10:16:00 +01:00
Eric Martin
4d024be5a4
[guide] Added documentation for arrow function parens with one arg
...
Added explanation for using parentheses with explicit returns and alternatives with the eslint "always" option.
2017-02-02 19:13:13 -05:00
Robin Pokorný
9375fb59b3
[guide] Use const when not reassigning reference
2017-02-02 13:31:10 +01:00
Florian Berger
e22f02cda3
Update React link in organizations
2017-02-01 19:22:34 +02:00
Florian Berger
897b8fcc1c
Change function order in functions (7.1) example
...
Part 7.1 says first why function declarations are not good and
after that it recommends to give a name to function expression.
The same order could be used in example too.
2017-02-01 18:34:02 +02:00
Leonid Lebedev
8e12091e8f
[guide] Update russian translation
2017-01-18 21:00:35 +03:00
Vse Mozhet Byt
cb32f443c9
[guide] fix arrow IIFE call
...
Currently, it throws.
2017-01-18 07:42:53 +02:00
Vse Mozhet Byt
6e4859d7c6
[guide] remove trailing or leading underscores
2017-01-18 07:33:11 +02:00
Vse Mozhet Byt
231317408f
[guide] add trailing commas
2017-01-18 07:27:18 +02:00
Vse Mozhet Byt
9bb29860bc
[guide] add spaces
2017-01-18 07:17:30 +02:00
Vse Mozhet Byt
9fdd6d6ffa
[guide] add / remove semicolons
2017-01-18 07:15:57 +02:00
Vse Mozhet Byt
d9284873a8
[guide] const -> let
2017-01-18 07:10:09 +02:00
Vse Mozhet Byt
ee492a73ba
[guide] comment out ellipses
2017-01-18 07:06:04 +02:00
Vse Mozhet Byt
41fa95eef9
[guide] fix indentation for consistency
2017-01-18 07:02:56 +02:00
Vse Mozhet Byt
d8c3048f24
[guide] ``js -> ``javascript for consistency
2017-01-18 06:56:07 +02:00
Irving Barajas
cdbe705fc4
[inthewild] Adds SwoopApp
2017-01-18 18:32:23 -08:00
Christian Oliff
a6a6f4b488
Update copyright year
2017-01-17 17:09:27 +09:00
Olivier Tassinari
b06c5c6621
Avoid octal number interpretation
...
Some JavaScript versions interpret numbers as octal if they are written with a leading zero.
Babel interpreter throws with an `Invalid number` message.
2017-01-15 12:39:30 +01:00
oshalygin
712e010f29
Update common function body comment
...
- This commit provides a canonical way of describing
that the function body contains code of some sort.
- The convention chosen was '// ...'.
- This change is persisted throughout the readme file
where appropriate
2017-01-11 15:36:59 -08:00
Greg Werner
73e27ef036
add 3blades reference
2017-01-10 23:27:55 -05:00
Jeff Cousins
b7aabb938d
Add semicolon to named function expression variable declaration
2017-01-09 17:10:10 -06:00
Ricardo Ambrogi
097047202e
[guide] fix Array name in examples
2017-01-08 11:19:15 -02:00
Kamron Batman
b48438141c
[inthewild] Adds BashPros
2016-12-28 12:53:51 -08:00
Felix Sanz
6593964080
Fixed Functions (7.1) JSCS rule
2016-12-29 02:25:03 +01:00