Ecosyste.ms: OpenCollective

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

jsx-eslint

Maintaining `eslint-plugin-react` and `eslint-plugin-jsx-a11y`, and associated tooling
Collective - Host: opensource - https://opencollective.com/jsx-eslint - Code: https://github.com/jsx-eslint

Merge pull request #545 from evcohen/fix--isSemanticRoleElement

Prevent Error when JSXSpreadAttribute is passed to isSemanticRoleElement

github.com/jsx-eslint/eslint-plugin-jsx-a11y - db0aa245d11885370dcd40c30bae5e4ae8835cbd authored about 6 years ago
Prevent Error when JSXSpreadAttribute is passed to isSemanticRoleElement

github.com/jsx-eslint/eslint-plugin-jsx-a11y - 4f795581410c6bb50d3cd989d0fd2757236c5edf authored about 6 years ago
[Fix] `no-unused-state`: fix set state callback destructing & state use inside callback

github.com/jsx-eslint/eslint-plugin-react - 4270205f3c22dd466cebb80cae7c46e67044acda authored about 6 years ago
Ignore null/undefined values in role-supports-aria-props rule

github.com/jsx-eslint/eslint-plugin-jsx-a11y - 6a4675407f8fc5d9276f4857de54dcf79eddc3fe authored about 6 years ago
Ignore undefined values in aria-proptypes rule

github.com/jsx-eslint/eslint-plugin-jsx-a11y - bf5e576036e5721760c74413948546b53d8205b5 authored about 6 years ago
Ignore null values in aria-proptypes rule

github.com/jsx-eslint/eslint-plugin-jsx-a11y - 59f1833254a496528777d3ec4129af3f7506eade authored about 6 years ago
[New]: `jsx-no-literals`: add `ignoreProps` option to ignore props validation

Co-authored-by: Bharat Soni <[email protected]>
Co-authored-by: Serg Hospodarets <shospoda...

github.com/jsx-eslint/eslint-plugin-react - fa863ce86138b53c331731f4dd0467624206df1d authored about 6 years ago
[Fix] `no-multi-comp`: correctly ignore wrapped stateless components

Fixes #2145

github.com/jsx-eslint/eslint-plugin-react - 6a68f09e3f52b69c9520a657b4fd59a4725cfa71 authored about 6 years ago
(chore) - upgrade and simplify dev dependencies.

github.com/jsx-eslint/eslint-plugin-jsx-a11y - f9a81c55a9e46aa6a1d384ab507596184862fb4f authored about 6 years ago
Merge pull request #523 from TrevorBurnham/no-static-element-interactions-bubble-docs

Rewrite bubbled events section in no-static-element-interactions docs

github.com/jsx-eslint/eslint-plugin-jsx-a11y - 9174c4adbfa6a38f70e56a79b3aa606563aa14b1 authored about 6 years ago
Merge branch 'master' into no-static-element-interactions-bubble-docs

github.com/jsx-eslint/eslint-plugin-jsx-a11y - 0a1bf2f0102c76e08194fbdff790380167ec973f authored about 6 years ago
Merge pull request #530 from stevemao/feature/manage-ids

add How to manage IDs

github.com/jsx-eslint/eslint-plugin-jsx-a11y - bf455635fdfdba49a5a6da4677f8cab5d6896ef4 authored about 6 years ago
Merge branch 'master' into feature/manage-ids

github.com/jsx-eslint/eslint-plugin-jsx-a11y - 1bd81ca15791f9d770339c766033572bb865359a authored about 6 years ago
Merge pull request #515 from jessebeach/control-has-associated-label

Control has associated label

github.com/jsx-eslint/eslint-plugin-jsx-a11y - ead1767330766b26cba26faab901b75ac56402f4 authored about 6 years ago
[new rule] control-has-associated-label checks interactives for a label

github.com/jsx-eslint/eslint-plugin-jsx-a11y - 56506740f826433bd498be14a7ec1aff94753ace authored about 6 years ago
[Docs] `jsx-fragments`: add "fixable" note

github.com/jsx-eslint/eslint-plugin-react - 9497745e1946c8e0a30c60d5df8fdb06a52494a3 authored about 6 years ago
Merge pull request #2116 from gbakernet/allow_custom_components_in_jsx_no_blank

[New] add `linkComponents` setting
[New] `jsx-no-target-blank`: add support for `linkComponents...

github.com/jsx-eslint/eslint-plugin-react - 77170fbff972e2f75cbfebc1d9b2eb33b9261999 authored about 6 years ago
Use .eslintrc for tests/util

github.com/jsx-eslint/eslint-plugin-react - a7cb5960da38d91a94afecfaa60059bd3443dfd6 authored about 6 years ago
Update jsx-no-blank doc after review

github.com/jsx-eslint/eslint-plugin-react - 4007247c1b9d0c41e88d00d9bbf6246f3a657a7f authored about 6 years ago
Merge pull request #2016 from stevemao/feature/improve-escape-error

more friendly message for no-unescaped-entities

github.com/jsx-eslint/eslint-plugin-react - 16121d4d110171874950e0e72a55c8781e04fa35 authored about 6 years ago
Merge pull request #1945 from lukyth/lukyth/state-in-constructor

[New] Add `state-in-constructor` rule

github.com/jsx-eslint/eslint-plugin-react - 790dd9fd950eb36a81135decfc6741c2c202612d authored about 6 years ago
Merge pull request #2110 from drx/master

[new] Add prefer-read-only-props rule

github.com/jsx-eslint/eslint-plugin-react - 57f0127f7281c90b76f052eba69aa2aac20f190d authored about 6 years ago
[Fix] `display-name`: avoid crash on for..of

Fixes #2137.

github.com/jsx-eslint/eslint-plugin-react - e63596406028aa1177056192694d3e7557a29016 authored about 6 years ago
Update CHANGELOG and bump version

github.com/jsx-eslint/eslint-plugin-react - 433cc3f6fea3a202426cf8ea568aa4bf3fe7a415 authored about 6 years ago
[Tests] `prop-types`: add case from #2134

Closes #2134

github.com/jsx-eslint/eslint-plugin-react - 536bc35643eacfacbeb2391c8ee49903b97954dc authored about 6 years ago
[Tests] `no-typos`: test case from #2136

github.com/jsx-eslint/eslint-plugin-react - df7ffc1b43964e5589f4c24eb8eaf03e1cb9a437 authored about 6 years ago
[Tests] improve version detection tests.

See #2128

github.com/jsx-eslint/eslint-plugin-react - c7e5f384821d273f27c71030951fb6f02da5cfc6 authored about 6 years ago
[Tests] `prop-types`: add now-passing test case

Closes #2123.

github.com/jsx-eslint/eslint-plugin-react - 2dd2277cc4166e368a1dd172cfcebedcf930c212 authored about 6 years ago
add How to manage IDs

Fixes https://github.com/evcohen/eslint-plugin-jsx-a11y/issues/528

github.com/jsx-eslint/eslint-plugin-jsx-a11y - f23469805fd21e592b4d3c5c074182f5356d62d0 authored about 6 years ago
document jsx-a11y/label-has-associated-control assert option

Fixes https://github.com/evcohen/eslint-plugin-jsx-a11y/issues/527

github.com/jsx-eslint/eslint-plugin-jsx-a11y - 9924d037ed7b40f9681d16f429e4b21bb0b7a568 authored about 6 years ago
[Fix] `no-unused-prop-types`: avoid a crash

Fixes #2131.

github.com/jsx-eslint/eslint-plugin-react - 84652b6527161f651a671754fb5f619296c3654e authored about 6 years ago
[New] `jsx-no-target-blank`: add support for `linkComponents` setting

github.com/jsx-eslint/eslint-plugin-react - da8c6b23c66ec233aa2e3e92c83795ce43361a6f authored about 6 years ago
[Docs] Add newlines below headings

github.com/jsx-eslint/eslint-plugin-jsx-a11y - 77b987099c78b4cc16f9353426da301c920b2af4 authored about 6 years ago
[Docs] Add syntax highlighting to example

github.com/jsx-eslint/eslint-plugin-jsx-a11y - 8244e4342c6ac232b071a18f81df1ccbaa30491b authored about 6 years ago
[Docs] Change explanation for role="presentation" escape hatch

github.com/jsx-eslint/eslint-plugin-jsx-a11y - 26f41c8cd4e9f5fa03d7703bf8cf3a0fe5262020 authored about 6 years ago
[Docs] `no-static-element-interactions`: Fix documentation

Fixes #510 : removed mention of the role attribute. Suggestion for fixing the error with a comment.

github.com/jsx-eslint/eslint-plugin-jsx-a11y - a0cc1104924c87fe4a220751949d7c0875fd7583 authored about 6 years ago
[Fix] `prop-types`: avoid further crashes from nonexistent nodes in unusedPropTypes

Fixes #2127

github.com/jsx-eslint/eslint-plugin-react - 58ed9e9716f74dbf758766a5ac22425be411181f authored about 6 years ago
[Fix] `prop-types`: Read name of callee object.

In isPragmaComponentWrapper check name of callee object if available.

Fixes #2124

github.com/jsx-eslint/eslint-plugin-react - 7f7b96d155dcb43baa3f438aa7c4720f0aa94298 authored about 6 years ago
[Fix] Ignore reassignments when matching props declarations with components

Fixes #2051
Fixes #1957

github.com/jsx-eslint/eslint-plugin-react - 5fc50aa9238768674cf2a2ca1d9676be629a920a authored about 6 years ago
[Fix] Detect components with return statement in switch/case

Fixes #2118

github.com/jsx-eslint/eslint-plugin-react - ba80a4c01b1086f6fd1202ebc9c262fc5f05b65b authored about 6 years ago
Update CHANGELOG and bump version

github.com/jsx-eslint/eslint-plugin-react - 2f5cec96eca70cfe579038c8b9a81ba5a6a88594 authored about 6 years ago
Merge pull request #2120 from jomasti/issue-2119

[Fix] `jsx-indent`: Prevent crash on valueless props

github.com/jsx-eslint/eslint-plugin-react - 096161a1c69c6d2f6ad0e8e1db7310fdf3061ede authored about 6 years ago
Prevent crash of jsx-indent rule

github.com/jsx-eslint/eslint-plugin-react - 9d3955adddc6e922e4a0714f3be0b9d0ba968d42 authored about 6 years ago
Merge pull request #2117 from haideralsh/patch-1

[Docs] add a missing comma in the JSON settings

github.com/jsx-eslint/eslint-plugin-react - 230c7e018b876a17336729f0f079f535227e3d0b authored about 6 years ago
fix: add a missing in the JSON settings

github.com/jsx-eslint/eslint-plugin-react - b4b0e7268b84593cbed6bc0ddf242629d0a30f70 authored about 6 years ago
Merge pull request #507 from evcohen/greenkeeper/jscodeshift-0.6.0

Update jscodeshift to the latest version 🚀

github.com/jsx-eslint/eslint-plugin-jsx-a11y - fff6a4b88b6c47715009d0585897cf7e082c4d15 authored about 6 years ago
Merge branch 'master' into greenkeeper/jscodeshift-0.6.0

github.com/jsx-eslint/eslint-plugin-jsx-a11y - 4d74737b4d6f5c0311689558c3db6af922b086ff authored about 6 years ago
Merge pull request #509 from evcohen/greenkeeper/flow-bin-0.88.0

Update flow-bin to the latest version 🚀

github.com/jsx-eslint/eslint-plugin-jsx-a11y - ffa543025c7803703478b68bfe79b1c548046e5e authored about 6 years ago
[New] add `linkComponents` setting

github.com/jsx-eslint/eslint-plugin-react - da71ff4118f6a43fd9e3a2eb128ee8c2375ef655 authored about 6 years ago
Merge branch 'master' into greenkeeper/flow-bin-0.88.0

github.com/jsx-eslint/eslint-plugin-jsx-a11y - 7fae85a17dcb21033a769b6f562c30eaf987982c authored about 6 years ago
Merge pull request #513 from evcohen/greenkeeper/emoji-regex-7.0.2

Update emoji-regex to the latest version 🚀

github.com/jsx-eslint/eslint-plugin-jsx-a11y - 8bf4cb5129ccf2c1e375d9a9a058433fc898e66d authored about 6 years ago
Merge pull request #2115 from drx/class_body_prop_types

Fix propType detection inside class bodies

github.com/jsx-eslint/eslint-plugin-react - d2aa2602043979dbfa79705dfad5865936f37ccb authored about 6 years ago
Fix propType detection inside class bodies

github.com/jsx-eslint/eslint-plugin-react - 41974e5a89e527b79e97e097210a001de6e42788 authored about 6 years ago
[Docs] update README to document React version detection

github.com/jsx-eslint/eslint-plugin-react - 40f25659b9c801131bb0abed2030fdc54d88a074 authored about 6 years ago
Merge pull request #2113 from alexzherdev/2112-fix-self-closing-fragments

[Fix] `jsx-fragments`: avoid crashing on self-closing fragments

github.com/jsx-eslint/eslint-plugin-react - dd0757fbf7ab96770282a2a64c9b696856a47235 authored about 6 years ago
[Fix] avoid crashing on self-closing fragments

github.com/jsx-eslint/eslint-plugin-react - e997f6c1bfcf62aee34274364f0766173ffc2829 authored about 6 years ago
Add `react/state-in-constructor` to the list of rule in readme

github.com/jsx-eslint/eslint-plugin-react - 9415814005b140858c89784acb2fd944d3b061ea authored about 6 years ago
Merge branch 'master' into lukyth/state-in-constructor

github.com/jsx-eslint/eslint-plugin-react - acc35a15d7aa48786d040345918ca55ab0553e9c authored about 6 years ago
Merge pull request #2111 from drx/prop_types_class_properties

[Fix] `no-unused-prop-types`: fix issue with propTypes misclassifying props

github.com/jsx-eslint/eslint-plugin-react - b48b479716d684945d6286fde8e89b0c44653f38 authored about 6 years ago
[Fix] `no-unused-prop-types`: fix issue with propTypes misclassifying props

github.com/jsx-eslint/eslint-plugin-react - e15bafa35ae1d70983551e259879e3858e9e9347 authored about 6 years ago
Merge pull request #2109 from jomasti/issue-2105

[Fix] `display-name`: fix false positive for `React.memo`

Fixes #2105.

github.com/jsx-eslint/eslint-plugin-react - a86b3391deb53f20d10dc028c7b885f021f014b0 authored about 6 years ago
Add docs for prefer-read-only-props

github.com/jsx-eslint/eslint-plugin-react - 8bd4f74161934f6ae05a0fd24fb5f080fb9e274f authored about 6 years ago
Add prefer-read-only-props rule

github.com/jsx-eslint/eslint-plugin-react - 587004740f706777294fc14127cf9ee13aa299cf authored about 6 years ago
Fix display-name false positive for React.memo

github.com/jsx-eslint/eslint-plugin-react - 5f9863e0856703c28e1e7cb9b1c78724dc12416b authored about 6 years ago
Update CHANGELOG and bump version

github.com/jsx-eslint/eslint-plugin-react - c93cbc60b1847ef09c0b569ec997fb20dfca7c5a authored about 6 years ago
[Fix] `forbid-prop-types`: fix crash with propWrapper check on MemberExpressions

Fixes #2104.

github.com/jsx-eslint/eslint-plugin-react - e71feb54e6aadaaca9f149c98835c8d2acf67fc9 authored about 6 years ago
Merge pull request #2103 from yoyo837/patch-1

[Fix] Link does not end with '.'

github.com/jsx-eslint/eslint-plugin-react - 11a66c050b294a2315c427c5f97ad6ea16c591cd authored about 6 years ago
Link does not end with '.'

github.com/jsx-eslint/eslint-plugin-react - e9cfc16d83d3163ceeca7f4f91f20e3aef5d9ce9 authored about 6 years ago
[Fix] `prop-types`: avoid crash on used prevProps

Fixes #2095.

github.com/jsx-eslint/eslint-plugin-react - 4da90ea19f805cb8e67523a983c2352aab144783 authored about 6 years ago
Merge branch 'master' into greenkeeper/emoji-regex-7.0.2

github.com/jsx-eslint/eslint-plugin-jsx-a11y - 52fd7ea1ff9a7026d333a78a19065ec8b726156b authored about 6 years ago
Update CHANGELOG and bump version

github.com/jsx-eslint/eslint-plugin-react - 0202de33df142df60affb1924398ccd5bb453d9a authored about 6 years ago
[Fix] `jsx-wrap-multilines`: avoid crash when no trailing newline

Fixes #2100.

github.com/jsx-eslint/eslint-plugin-react - 695e53443c75de60ea1fadba229fec77be3be562 authored about 6 years ago
[Fix] `jsx-max-depth`: avoid a crash

Fixes #2102.

github.com/jsx-eslint/eslint-plugin-react - 146d8d1eb7fd9c38f91e91a5807025d138bd4f2c authored about 6 years ago
Merge pull request #2099 from jomasti/issue-2094

Fix false positives inside lifecycle methods

github.com/jsx-eslint/eslint-plugin-react - dfeeb8110c63b681ba70f6c81864e694d9cfc6c1 authored about 6 years ago
[fix] - Purely decorative emojis do not need descriptions.

github.com/jsx-eslint/eslint-plugin-jsx-a11y - 33a1f94836c93b76a498f44899e09bace5b3cc7e authored about 6 years ago
Merge pull request #508 from greypants/patch-1

Disable jsx-a11y/label-has-for in recommended

github.com/jsx-eslint/eslint-plugin-jsx-a11y - 4186f913128ac5eac15350e382a1acc48f469d8b authored about 6 years ago
Fix false positives inside lifecycle methods

This will prevent triggering on any member expression inside a lifecycle
method. Instead, it wil...

github.com/jsx-eslint/eslint-plugin-react - 55e5fc132c5f508073190f859dc8133a1e50a1a3 authored about 6 years ago
Merge pull request #2098 from jomasti/issue-2096

`no-unused-state`: Fix crash with class fields

github.com/jsx-eslint/eslint-plugin-react - 254a84a7cfac854562e73686887c27abc15b5953 authored about 6 years ago
Fix no-unused-state crash

Don't assume `classInfo.aliases` is a set since there are some cases where
it is `null` for a `C...

github.com/jsx-eslint/eslint-plugin-react - 72982f6e59e7ad1debd5168ab203eef104a62066 authored about 6 years ago
Update CHANGELOG and bump version

github.com/jsx-eslint/eslint-plugin-react - a83d65caffb8c62ee5b85446df3ef3f09f1a472c authored about 6 years ago
Merge pull request #1828 from alexzherdev/1721-no-typos-create-class

[New] `no-typos`: Support createClass

github.com/jsx-eslint/eslint-plugin-react - d2b5b732adc8fa2c7ad6b3d26eb2d29f7a322d0f authored about 6 years ago
[Dev Deps] update `coveralls`, `babel-eslint`, `typescript`

github.com/jsx-eslint/eslint-plugin-react - 0c6160e72e1ebbe838b5d0f081b7e5ef4d56efc8 authored about 6 years ago
[Deps] update `resolve`

github.com/jsx-eslint/eslint-plugin-react - cd6c8e6e8675dee345c5d66c2c55e14cf4eea74f authored about 6 years ago
Merge pull request #1098 from arian/createElement-display-test

Test false positive component detection for destructured createElement

github.com/jsx-eslint/eslint-plugin-react - b33ae84aba3d2aee1b135c73f5baa7e87f2b5baa authored about 6 years ago
Merge pull request #1824 from alexzherdev/1762-jsx-max-depth-false-positive

Fix depth of JSX siblings in a JSXEpressionContainer

github.com/jsx-eslint/eslint-plugin-react - 84be80a6f50aebbdc7945624833cf90291975e6c authored about 6 years ago
[Tests] remove node 5/7/9, add node 11

github.com/jsx-eslint/eslint-plugin-react - e7474592f01ce4b100eab24748bc6fd28da3dfd4 authored about 6 years ago
Merge pull request #2029 from sstern6/issue1422

[Tests] Add tests for prop-types destructuring

github.com/jsx-eslint/eslint-plugin-react - a4420677bd7756a2ede142665c52743f503f29d2 authored about 6 years ago
Merge pull request #2032 from alexzherdev/jsx-fragments-message

`jsx-fragments`: improve message text

github.com/jsx-eslint/eslint-plugin-react - 7d07c3730aebeceddba4559ffd4ec015cf278ca9 authored about 6 years ago
Merge pull request #2089 from jomasti/feature/support-react-forwardref-memo

Support detecting React.forwardRef/React.memo

github.com/jsx-eslint/eslint-plugin-react - 8c6a8e292230a48909331b12dd0f52cef052b62c authored about 6 years ago
Merge pull request #2085 from himynameisdave/issues/2083

Fix: no-array-index-key not working in React.Children methods

github.com/jsx-eslint/eslint-plugin-react - 14451d4f3da1bac4cbdeaa0d0aca516aa6c2d844 authored about 6 years ago