Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/jsx-eslint/eslint-plugin-react

React-specific linting rules for ESLint
https://github.com/jsx-eslint/eslint-plugin-react

Fix display-name when JSON style is used for defining components (fixes #590)

82b3aa9101aa2124b934add61734cec026b4c278 authored over 8 years ago by Timur Gibadullin <[email protected]>
Ensure SFC are ignored for the require-optimization rule.

94fa138d138a528dc43d46b9a791a72ce0544db6 authored over 8 years ago by Evgueni Naverniouk <[email protected]>
Fixes #240. Adds new require-optimization rule.

547cb5f178c9eaf96e4759bed90502bfa5cd5411 authored over 8 years ago by Evgueni Naverniouk <[email protected]>
alphabetize readme rules

Keep rules in alphabetic order.

750f9794f0c6b721cccd52e0c169971e183f7ac6 authored over 8 years ago by mLuby <[email protected]>
Remove unnecessary backslash in readme

f84e44bc62518940205e9c0da9e4bc2f1c0e2565 authored over 8 years ago by Joe Lencioni <[email protected]>
Fix props that where not assigned to the right component (fixes #591)

be2a4701ec6f6e91d2e0650d422180f4d1a9f82c authored over 8 years ago by Yannick Croissant <[email protected]>
Update CHANGELOG and bump version

6affab36f5553d1d5f065dfaa9cdb04c9509dfaa authored over 8 years ago by Yannick Croissant <[email protected]>
Fix require-render-return crash (fixes #589)

0db010dd8871942d542ea7a756804cce5981b2f9 authored over 8 years ago by Yannick Croissant <[email protected]>
Update CHANGELOG and bump version

ef16a764ba9b4b26de18159e3d5f66938d3c58ea authored over 8 years ago by Yannick Croissant <[email protected]>
Update dependencies

d96d4bfa248628cb6f88bfa9e113bfae5d835f75 authored over 8 years ago by Yannick Croissant <[email protected]>
Add allowAllCaps and ignore options to jsx-pascal-case (fixes #575)

ed21047b43ef6a5532ba6782a6637fbdb5a51019 authored over 8 years ago by Yannick Croissant <[email protected]>
Fix prefer-stateless-function (fixes #588)

4e82b10b26582d50facd136b4d24fb1aad3d3199 authored over 8 years ago by Yannick Croissant <[email protected]>
Add jsx-no-target-blank rule

59dcd65017dfa3f635814e20e7f38ccd3ff78938 authored over 8 years ago by Kevin Miller <[email protected]>
Fix comment handling in jsx-curly-spacing

b76bd252cbdb0d11f28c2e0f36f0c1b9e66c08f2 authored over 8 years ago by Yannick Croissant <[email protected]>
Add failing test case for jsx-curly-spacing

e882a189c44468457dcc34d35aa8e7f99a5495a5 authored over 8 years ago by Jonathan Kim <[email protected]>
Fix forbid-prop-types crash (fixes #579)

6950cbd73dd39385326cea233908df8232678450 authored over 8 years ago by Yannick Croissant <[email protected]>
Fix detection to allow simple this usage in fonctional components (fixes #576)

504e0d032bad2dace22c52dfd625eda43a31cf31 authored over 8 years ago by Yannick Croissant <[email protected]>
Add class properties support to require-render-return (fixes #564)

01af82d16e2db2b5530bb9a297186e6b9b1a066f authored over 8 years ago by Yannick Croissant <[email protected]>
Fix require-render-return to only check valid render methods (fixes #563)

04d9b17ff6f6b833144c3b21fc802f10f56068f8 authored over 8 years ago by Yannick Croissant <[email protected]>
Fix outdated Link

The old link returns a Github Pages 404 error.

63d33cb7f0e46484636fe178f8c8ffaaeaa024e9 authored over 8 years ago by Jason <[email protected]>
[docs] Grammar fixes.

Closes #565, #566, #568, #569, #570.

da6b3ce5b6eaed82350aee09a9a4b7c66322f523 authored over 8 years ago by Jordan Harband <[email protected]>
Fix jsx-closing-bracket-location fixer (fixes #573)

c6247833ab9c28f3be73b8c308853acab0e35eae authored over 8 years ago by Yannick Croissant <[email protected]>
Fix line-aligned jsx-closing-bracket-location fixer (#561)

Fix line-aligned jsx-closing-bracket-location fixer (fixes #533)

075864cd206ff1e04440da88dad55dd97a50aad9 authored over 8 years ago by Thai Pangsakulyanont <[email protected]>
Change "extentions" to "extensions" in require-extension

While working on a different rule, I noticed a small typo here and
thought it was worth fixing.

6c46f57f6f4a3c3dc91f98cc9a7da3f379ae6a19 authored over 8 years ago by Joe Lencioni <[email protected]>
Update CHANGELOG and bump version

ffc2b9eefa937738f9c6d8048de819bd6d222446 authored over 8 years ago by Yannick Croissant <[email protected]>
Fix require-render-return to not check stateless functions (fixes #550)

d9d7963838ff58499617af09e96f5302dda492ee authored over 8 years ago by Yannick Croissant <[email protected]>
Update CHANGELOG and bump version

b8cac74f568a9a6541035991f08ac6de0e747a76 authored over 8 years ago by Yannick Croissant <[email protected]>
Update dependencies

4a31270f438e9393730eaeddfcf35a6f98b4c2fd authored over 8 years ago by Yannick Croissant <[email protected]>
Update React version in Readme

ba84d6d4996643de58f8851d2f35075c7daa240e authored over 8 years ago by Yannick Croissant <[email protected]>
Do not mark inline functions in JSX as components (fixes #546)

c1c38ebaf5180476123ab11cab2767bcc8b4c926 authored over 8 years ago by Yannick Croissant <[email protected]>
Rewrite require-render-return rule (fixes #542, fixes #543)

68ed8afb10b4def2c924f1574b830ca25b3f0c72 authored over 8 years ago by Yannick Croissant <[email protected]>
Fix external propTypes handling (fixes #545)

42cfd6828ac25cb957e77c22d972c0ac7701eac3 authored over 8 years ago by Yannick Croissant <[email protected]>
Fix prefer-stateless-function crash (fixes #544)

3187bf9c03b319a9c290222bbf8248708b012db8 authored over 8 years ago by Yannick Croissant <[email protected]>
Add documentation for require-render-return

1a3d3d14987aae3ae9aa91600432ae30c2639c98 authored over 8 years ago by Yannick Croissant <[email protected]>
Add jsx-first-prop-new-line rule (fixes #410)

63ef07ed12cd14daaab04dba068dfdbf1fc15c8b authored over 8 years ago by jseminck <[email protected]>
Remove SVG attributes warning for React 15 (fixes #490)

7b27c53169d8c8ed1c5d108c97a2b7befb196740 authored almost 9 years ago by Yannick Croissant <[email protected]>
Allow stateless components to return null in React 15

c2dfef5187ed28dc8d4d8713b3c9f32d78a46b75 authored almost 9 years ago by Yannick Croissant <[email protected]>
Add React 15 deprecated methods

ba987dbe532ef537c46844582fb29786941b10c6 authored almost 9 years ago by Yannick Croissant <[email protected]>
Update CHANGELOG and bump version

0efb7ad6f1646ef4686d437538f0ba2ff3b217d8 authored almost 9 years ago by Yannick Croissant <[email protected]>
Update dependencies

3f02651e68bf4e2e4dadd12f8a988bf735b04826 authored almost 9 years ago by Yannick Croissant <[email protected]>
Merge pull request #508 from dthielman/pascal-edge-case

Fix jsx-pascal-case to support single letter component names (fixes #505)

0fd3668570554689cee86bd054236a12ba018de7 authored almost 9 years ago by Yannick Croissant <[email protected]>
Merge pull request #526 from ahoym/grammar-fix/prefer-stateless-function

Fix grammar in prefer-stateless-function rule documentation

4c52dd295e423866df355ec05a087dc1a27987c9 authored almost 9 years ago by Yannick Croissant <[email protected]>
Fix grammar in prefer-stateless-function rule

9f4465c70c608e66e2c13e63ac497f21c1d67bdc authored almost 9 years ago by Malcolm Ahoy <[email protected]>
Fix prefer-stateless-function for conditional JSX (fixes #516)

aba4f969929c5e765f1597a4706513d8b2fd42ea authored almost 9 years ago by Yannick Croissant <[email protected]>
Merge pull request #520 from inyono/solve-516

Add additional test for prefer-stateless-function

e6b28cce7b3ff7de58068e6ca6dccf67037d6fd9 authored almost 9 years ago by Yannick Croissant <[email protected]>
Add failing test for #516

68e6acd48f26ac5d3eaed53d0ff02699d87cea99 authored almost 9 years ago by Jonas Keinholz <[email protected]>
Merge pull request #518 from KevinGrandon/fixable_jsx_closing_docs

Update docs to specify JSX closing bracket location as fixable.

456a75fd089f4b8abeedc10b53d38517c5951cd7 authored almost 9 years ago by Yannick Croissant <[email protected]>
Update docs to specify JSX closing bracket location as fixable.

d1c871bd9d5553a592a990abff767ce34b79ce4b authored almost 9 years ago by Kevin Grandon <[email protected]>
Merge pull request #511 from KevinGrandon/closing_bracket_autofix

Add auto fix for jsx-closing-bracket-location.

85511ad332b74094c630ab49417b0ac7a1eec411 authored almost 9 years ago by Yannick Croissant <[email protected]>
Autofix for jsx-closing-bracket-location.

deb8e4e9dfa7a04077b21541fb008fc38de65a6b authored almost 9 years ago by Kevin Grandon <[email protected]>
Merge pull request #502 from shmuga/require-render-return

Add require-render-return rule (fixes #482)

57a59cdb2e4026151c474286a02649e1d4a9a36f authored almost 9 years ago by Yannick Croissant <[email protected]>
Merge pull request #509 from coryhouse/patch-1

Update no-set-state documentation

271f9d2b79568e76d7b09b2bbb83338e84e0e89c authored almost 9 years ago by Yannick Croissant <[email protected]>
Updated description to provide more context

I've found this rule really helpful on Flux/Redux apps that don't use forms. I typically only us...

fc66dedca41dda0c3ebb90280196fa3bcef00517 authored almost 9 years ago by Cory House <[email protected]>
Fixes an Edge Case in jsx-pascal-case

Single letter tag names are techincally PascalCase, and should be
supported.

b980a7bbd65e552f8cd63b4aec578c1a8b1b2b5e authored almost 9 years ago by Daniel Thielman <[email protected]>
Merge pull request #506 from peet/autofix-jsx-equals-spacing

Add auto fix for jsx-equals-spacing

e3c27f9ecea4d71e5fa6d0aa9131fdd1f5c1db75 authored almost 9 years ago by Yannick Croissant <[email protected]>
Add auto fix for jsx-equals-spacing

ef0d1d4fdabe2b44ade0e4d6aacd6c1522b7cdf4 authored almost 9 years ago by Peet <[email protected]>
Added rule require-render-return to Library

08800fec6ca35bc948ddd97af918dcd85098c828 authored almost 9 years ago by Mark <[email protected]>
Update CHANGELOG and bump version

33652317e7f1e96ad0b2377a4bad7d33354038b4 authored almost 9 years ago by Yannick Croissant <[email protected]>
Fix: lint checking for tests

625e28e9a053d6d71a04b1eaddd96b34217d04b6 authored almost 9 years ago by Mark <[email protected]>
Fix class properties retrieval in prefer-stateless-function (fixes #499)

7fd3375217ee70fe15ff40d39f5fae1ca98c9cd4 authored almost 9 years ago by Yannick Croissant <[email protected]>
Require return value in render function. Tests and rule.

af96b7197c9b9d7f0a1e5e625988f32fcacee446 authored almost 9 years ago by Mark <[email protected]>
Update CHANGELOG and bump version

f24d0cba38f25d1ed5149f7e073064a634a15f86 authored almost 9 years ago by Yannick Croissant <[email protected]>
Update prefer-stateless-function documentation

ede5af01393667db8f5194903fa429555e5d8d3e authored almost 9 years ago by Yannick Croissant <[email protected]>
Update dependencies

dfe9fce2830bbc6a549e9c3a8eb70dc74f32ed48 authored almost 9 years ago by Yannick Croissant <[email protected]>
Fix this usage in jsx-no-undef (fixes #489)

37fc544aa87400300d870dfaa78fb6ba06861b1d authored almost 9 years ago by Yannick Croissant <[email protected]>
Fix annotated function detection (fixes #498)

259fab4ed1cb6299eb7059b90c995684a0a4baed authored almost 9 years ago by Yannick Croissant <[email protected]>
Fix detection for direct props in prop-types (fixes #497)

2884a80513972f6604fd09ae491744a80e01df7e authored almost 9 years ago by Yannick Croissant <[email protected]>
Add additional test for self-closing-comp

e83079d82d9852b778ec1b89eb880b93b8b22722 authored almost 9 years ago by Yannick Croissant <[email protected]>
Fix self-closing-comp to treat non-breaking spaces as content (fixes #496)

226be211a73f7ebc9c730fec3ff3f4ce42af87f7 authored almost 9 years ago by Yannick Croissant <[email protected]>
Rewrite prefer-stateless-function rule (fixes #491)

cfca370a5d4de6a8a647402c8491e7b6a74c37b6 authored almost 9 years ago by Yannick Croissant <[email protected]>
Add shared setting for React version

426b22890452550ac978e66f2f22a0016dc41788 authored almost 9 years ago by Yannick Croissant <[email protected]>
Update CHANGELOG and bump version

2226204ae35e47bc8d3a37fac55dc31d71868e9c authored almost 9 years ago by Yannick Croissant <[email protected]>
Fix missing getChildContext lifecycle method in prefer-stateless-function (fixes #492)

17f105c9d4c4413b3bf9d0f058ae4e24b94c8da5 authored almost 9 years ago by Yannick Croissant <[email protected]>
Update jsx-sort-props documentation

ad52cb2f791e88fa14131935745dfa891b82a1bb authored almost 9 years ago by Yannick Croissant <[email protected]>
Fix sort-prop-types crash with spread operator (fixes #478)

0b2a18bf6c79783c8b77eed30786e8e604d6af5c authored almost 9 years ago by Yannick Croissant <[email protected]>
Fix case where props were not assigned to the right component (fixes #485)

d54f1a43be58a4663d3584fd9547084939775f37 authored almost 9 years ago by Yannick Croissant <[email protected]>
Fix stateless components detection when conditionally returning JSX (fixes #486)

70cebe46de4e8f1cfb615dd2044c0221d90656c6 authored almost 9 years ago by Yannick Croissant <[email protected]>
Update CHANGELOG and bump version

8df412367d85ca86de9f8cec1f97c5b5f1727aba authored almost 9 years ago by Yannick Croissant <[email protected]>
Merge pull request #483 from shioju/autofix-jsx-indent-props

Add auto fix for jsx-indent-props

6d375e014af4a4fb9b01989bb9d360e42b9879e3 authored almost 9 years ago by Yannick Croissant <[email protected]>
Add auto fix for jsx-indent-props

5bf26aec57c9a2c95e18fa5a1e9e1edc3cbc71f5 authored almost 9 years ago by shioju <[email protected]>
Update dependencies

a3eccd8b30d867660e5fe9506c6ebf6862ff3b6f authored almost 9 years ago by Yannick Croissant <[email protected]>
Update sort-comp documentation

108abb31a0deb97f6f6b24876db4a9507b784d3d authored almost 9 years ago by Yannick Croissant <[email protected]>
Add prefer-stateless-function rule (fixes #214)

0830226e87ad7fd28ca4ed1b45e838cbca78b2a9 authored almost 9 years ago by Yannick Croissant <[email protected]>
Fix propTypes detection when declared before the component (fixes #472)

1b0cacad0d05cfbf905b6f501198eb9062feff14 authored almost 9 years ago by Yannick Croissant <[email protected]>
Update Readme

45b3c27e5fd64271f4e6e2bc7d6ccd35c9a73879 authored almost 9 years ago by Yannick Croissant <[email protected]>
Merge pull request #462 from thaggie/readme-info

Added a note about the recommended configuration at the bottom of the configuration section.

a9fc4adc90f8ec4e0915d14b3dbf12d3d8a514f6 authored almost 9 years ago by Yannick Croissant <[email protected]>
Merge pull request #470 from Gpx/patch-1

Fix typo in jsx-pascal-case documentation

1e487fc00cffa12781cef1237ee84e7fdca89e44 authored almost 9 years ago by Yannick Croissant <[email protected]>
Fix typo

11aa23851c393851eaf8f8c074b317d78dfe5f41 authored almost 9 years ago by Giorgio Polvara <[email protected]>
Fix jsx-no-undef crash on objects (fixes #469)

ebab1800536c4abf0491c7afa73d6652ee133082 authored almost 9 years ago by Yannick Croissant <[email protected]>
Add support for Flow annotations on stateless components (fixes #467)

488aaad844b32638e06c7f1c2fba84861d94b23a authored almost 9 years ago by Yannick Croissant <[email protected]>
Merge pull request #466 from awong-dev/patch-1

Grammar fix in documentation

73e3657239a5e73439e270274c818dd9e1ec8cdd authored almost 9 years ago by Yannick Croissant <[email protected]>
"used to write plain" -> "used to writing plain"

Simple grammar fix.

42b48fa103b9710e33af7cb66c811b020e31d7e6 authored almost 9 years ago by Albert J wong <[email protected]>
Merge pull request #464 from alex-tan/patch-1

Replace incorrect 'it's' with 'its'

b77790d503ef41da1e6bfde67cb53a300edf49da authored almost 9 years ago by Yannick Croissant <[email protected]>
Replace incorrect 'it's' with 'its'

5e13bff06648168cba6ba94ed7d23a39d89eb65c authored almost 9 years ago by Alex Tan <[email protected]>
Added paragraph explaining that jsx-uses-vars is a required rule and point people to the recommended rules.

The example of the recommended rules leaves in eslint's recommended rules as that's probably what...

bcd603cb9026444e8065bc64c07a1aefef4b14e2 authored almost 9 years ago by Tom Haggie <[email protected]>
Update CHANGELOG and bump version

fe3da439e87274e82a00a5ac6b9f7da0457ff880 authored almost 9 years ago by Yannick Croissant <[email protected]>
Fix displayName detection for class expressions (fixes #419)

3602f673cf1f84886ec36a66faa93de8ceeee969 authored almost 9 years ago by Yannick Croissant <[email protected]>
Add component detection for class expressions

7105a01aad02ed07a0e11ca09ee586166fde96d0 authored almost 9 years ago by Yannick Croissant <[email protected]>
Fix used props detection in components for which we are not confident (fixes #420)

4e1bcc0020834f06801a6987043e085658e72bd7 authored almost 9 years ago by Yannick Croissant <[email protected]>
Merge pull request #457 from wyze/prop-types-doc

Fix stateless function example in prop-types documentation

b898fcba5313d702c5e7efcce8004f3691d72360 authored almost 9 years ago by Yannick Croissant <[email protected]>