Jordan Harband
66ec951087
[eslint config] [peer deps] update eslint-plugin-jsx-a11y
2016-04-11 15:22:26 -07:00
Joe Lencioni
a929776d67
Improve guideline for image alt text
...
After digging into this rule a little more with @evcohen, we believe that
it is okay for images to have an empty string for alt text and have
updated the plugin to reflect that understanding. This commit bumps our
dependency on the rule to include this fix and updates our guideline to
match.
2016-04-08 18:42:51 -07:00
Brett Sanders
f5d6e9646c
[guide] Update eslint rule for keyword-spacing, small fix for consistency
2016-04-07 14:02:11 -07:00
Jordan Harband
7c0bb0a6de
[eslint config] [breaking] enable react/require-render-return
2016-04-06 22:57:44 -07:00
Jordan Harband
7b5731157f
[eslint config] [semver-minor] enable jsx-pascal-case rule.
2016-04-06 22:52:55 -07:00
Jordan Harband
6fd8fb60b3
[eslint config] [dev deps] update eslint, eslint-plugin-react
2016-04-06 22:51:47 -07:00
Jordan Harband
c5366984b3
Merge pull request #813 from lencioni/jsx-a11y
...
[eslint config] [react] [breaking] Add accessibility rules to the React style guide + `eslint-plugin-a11y`
2016-04-06 15:04:51 -07:00
Joe Lencioni
3f73e35b18
Use jsx fenced codeblocks for JSX code
...
GitHub knows how to do JSX syntax highlighting. Since we are using JSX
in this document, I figured we might as well tell GitHub to highlight
the syntax as JSX here. This will lead to a better reading experience.
2016-04-06 14:51:45 -07:00
Joe Lencioni
f697a15e50
Add note and rule about not using accessKey
...
Inconsistencies between keyboard shortcuts and keyboard commands used by
people using screenreaders and keyboards complicate accessibility.
2016-04-06 14:51:44 -07:00
Joe Lencioni
0c3b13fe93
Add note and rule about valid, non-abstract ARIA roles
...
This rule will help people use only valid roles, which might save people
from simple, accessibility-busting mistakes.
2016-04-06 14:51:44 -07:00
Joe Lencioni
f2aca29ed9
Add note and rule about redundant alt text
...
Screenreaders already announce `img` elements as images, so there is no
need to include this information in the alt text. This will give people
using assistive technologies a smoother experience.
2016-04-06 14:51:44 -07:00
Joe Lencioni
acbddc1083
Add note and rule about image alt text
...
We want our React apps to be accessible. One thing that developers can
do is properly use alt text on images. Thankfully, there is an ESLint
rule that will enforce these things for us.
2016-04-06 14:51:22 -07:00
Kevin Moot
6e770062bb
Adding The Nerdery to the "In the Wild" section
2016-04-04 19:07:35 -05:00
Peter Kuiper
a2bdbb83d1
Add KickorStick to 'In the Wild'
2016-04-04 14:20:17 +02:00
Amin
f21412cba9
Broken link to Classes and constructors
2016-04-04 11:39:47 +04:00
Nick
6671a55556
CHORE - Remove Trailing Spaces
2016-04-03 09:59:12 -04:00
Jordan Harband
76e1e4c1de
[eslint config] [breaking] Add no-dupe-class-members rule + section.
...
Closes #785 .
2016-04-02 18:08:27 -07:00
Jordan Harband
5b9f081d1d
[eslint config] [deps] update eslint, react
2016-04-02 17:46:24 -07:00
Jordan Harband
062929ee5f
[eslint config] [breaking] error on debugger statements
2016-04-01 14:25:31 -07:00
Yarun Luon
5ec8765a28
Add Chartboost to 'In the Wild'
2016-03-31 18:17:26 -07:00
Saad Quadri
9415b88afd
Add missing description for 7.2
2016-03-30 03:27:55 -04:00
Jordan Harband
81241b83cf
[eslint config] [breaking] add no-useless-escape rule.
2016-03-26 23:11:23 -07:00
Jordan Harband
24565121c1
[eslint config] [breaking] add no-duplicate-imports rule.
2016-03-26 22:42:29 -07:00
Jordan Harband
5ce6fb1eae
[eslint config] [dev deps] update eslint, eslint-plugin-react
2016-03-26 22:39:17 -07:00
Jordan Harband
ff6e1d0d08
[eslint config] v6.2.0
eslint-config-airbnb-v6.2.0
2016-03-22 23:34:59 -07:00
Juan Scolari
ec898a67e0
Add SysGarage to list of organizations
2016-03-21 20:54:59 -03:00
Gil Birman
94ace27f46
Allow arrow functions in JSX props
2016-03-21 14:53:48 -07:00
Arnav Singh
8db205c4d2
Fix "object destructuring for multiple return values" example
...
... to use the same destructured properties in the good and bad code.
2016-03-20 22:40:07 -07:00
Jordan Harband
f796cfc81f
[peer deps] update eslint, eslint-plugin-react
2016-03-20 17:26:15 -07:00
Jordan Harband
5ded256d3f
[Fix] re-enable no-confusing-arrow rule, with allowParens option enabled.
...
Per #752 , fixes #791 .
2016-03-20 17:23:49 -07:00
Jordan Harband
9eb24d6b61
[editorial] clean up some constructor examples
...
Fixes #792
2016-03-16 14:47:35 -07:00
Tim Cheung
6f125a5e85
fix react/prefer-stateless-function link
2016-03-15 15:11:28 +01:00
Jordan Harband
8fe2f9ed52
[eslint config] [dev deps] update eslint, eslint-plugin-react
2016-03-11 16:33:31 -08:00
Tim Daubenschütz
c38cdd2015
Add ascribe's styleguide to the list
2016-03-11 09:29:44 +01:00
Jason Bacchetta
2ff6c427b0
Update README.md
...
Add parentheses around argument, to be consistent with section 8.4
(include parentheses when using braces).
2016-03-09 19:14:00 -06:00
Jordan Harband
4709e644c0
[guide] Permanent links.
...
- Preserve the original links, because cool URLs don’t change.
2016-03-08 10:25:31 -08:00
Jordan Harband
9e87e1d13b
[guide] add some more justification for one-var and String() type coercions
2016-03-08 10:07:30 -08:00
Jordan Harband
01fc30b65b
[Dev Deps] update tape
2016-03-07 14:48:32 -08:00
Jordan Harband
34f64c21e5
Add defaults for react/jsx-no-bind
2016-03-07 14:16:06 -08:00
giang pi
e7f5e0f336
Vietnamese language
2016-03-07 14:01:57 +07:00
Maks Sadowsky
8b6abf8cda
Update README: Document corresponding jscs rules
2016-03-06 22:12:14 +02:00
Jordan Harband
0ece94f5bf
[eslint config] v6.1.0
eslint-config-airbnb-v6.1.0
2016-03-05 14:43:58 -08:00
Jordan Harband
516297511a
Merge remote-tracking branch 'origin/pr/772'
2016-03-05 14:19:42 -08:00
Jordan Harband
7b8a0ca85d
[Dev Deps] update eslint-plugin-react
...
(new rule is in #772 )
2016-03-05 14:19:34 -08:00
Jordan Harband
87616367cb
[Dev Deps] update eslint, tape, eslint-plugin-react
2016-03-04 20:05:42 -08:00
Jon Tejada
762b7510ab
fixed a broken link to REI's JS style guide
2016-03-03 15:21:53 -08:00
David Petersen
03d0054a46
Enable react/prefer-stateless-function rule
2016-03-02 09:19:16 -06:00
Marc-Antoine Duhaime
32e3e0f45a
Update README.md
...
Add colon to TODO and FIXME.
2016-03-02 09:42:02 -05:00
Hyeonsu Lee
246cde0de8
Fix the typo error in JSHint link
2016-03-02 10:25:02 +09:00
chief10
607ad012ee
change wording for 8.2 for consistency
2016-03-01 15:28:10 -06:00