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

chore(package): update flow-bin to version 0.103.0

github.com/jsx-eslint/eslint-plugin-jsx-a11y - 031574e99b17afdd96c8247020af00e733df8193 authored over 5 years ago
Update FUNDING.yml

github.com/jsx-eslint/jsx-ast-utils - 42a85f89e0b6b0556225337dd377b92fdcf2786e authored over 5 years ago
Create FUNDING.yml

github.com/jsx-eslint/jsx-ast-utils - 6ebefef2cc16059983407147f269375ac7dfd0a1 authored over 5 years ago
[meta] add github sponsorship

github.com/jsx-eslint/eslint-plugin-react - 49343d41562951d24a0fc35092aa791fffcc6b81 authored over 5 years ago
Merge pull request #622 from chertkovalex/hotfix/readme-update

Use back-ticks to surround <span>

github.com/jsx-eslint/eslint-plugin-jsx-a11y - 79204b4836cdcf639a8a54b210510274f4629152 authored over 5 years ago
Add Tidelift badge to README

github.com/jsx-eslint/eslint-plugin-react - 562e441a903ac371e4d02b869a777c96228008b1 authored over 5 years ago
add note about global installs being deprecated

github.com/jsx-eslint/eslint-plugin-react - e835aaf52019db06f16342f44fffb12d75e79856 authored over 5 years ago
Merge pull request #621 from evcohen/branch-v6.2.3

v6.2.3 tag cut

github.com/jsx-eslint/eslint-plugin-jsx-a11y - e2a53d10db6666d94781bf3102ce3d5e82776648 authored over 5 years ago
Merge pull request #620 from evcohen/update-changelog

Update CHANGELOG for v6.2.3

github.com/jsx-eslint/eslint-plugin-jsx-a11y - c6c582c47acad1ddfcf0b73855326ac0d68cb296 authored over 5 years ago
Update CHANGELOG for v6.2.3

github.com/jsx-eslint/eslint-plugin-jsx-a11y - fd3ed0667219529e505d09f83f02dc2aa8f48204 authored over 5 years ago
Merge pull request #619 from evcohen/babel-runtime-in-dependencies

Add @babel/runtime to the dependencies

github.com/jsx-eslint/eslint-plugin-jsx-a11y - 35fa739edbaa7d483f816a9d9455d5733803e2be authored over 5 years ago
Add @babel/runtime to the dependencies

github.com/jsx-eslint/eslint-plugin-jsx-a11y - f3f9775a356d32b67242848ea7c8dc039a0d2546 authored over 5 years ago
Merge pull request #616 from evcohen/reinstate-tests

Reinstate tests

github.com/jsx-eslint/eslint-plugin-jsx-a11y - 0150c4b1282d4ff7454803d7e9716c93b8e43971 authored over 5 years ago
Promote node/eslint combos back to blocking tests

github.com/jsx-eslint/eslint-plugin-jsx-a11y - 62de5248fe2d8e1eeec36fab60f3ad2f88af6315 authored over 5 years ago
Merge pull request #618 from evcohen/branch-v6.2.2

Add the v6.2.2 commit

github.com/jsx-eslint/eslint-plugin-jsx-a11y - b7b47ab0cefb7d42221a67955fa2c32c7666f622 authored over 5 years ago
Merge pull request #615 from evcohen/changelog--v6.2.2

Changelog for v6.2.2

github.com/jsx-eslint/eslint-plugin-jsx-a11y - fc562083c4472dbc8e606c296defc5fbecaf86e9 authored over 5 years ago
Merge pull request #614 from evcohen/update--jsx-ast-utils

Update jsx-ast-utils to v2.2.1

github.com/jsx-eslint/eslint-plugin-jsx-a11y - f82fbcb88c7a853d58681ae19e836aeae6e05a91 authored over 5 years ago
Update jsx-ast-utils to v2.2.1

github.com/jsx-eslint/eslint-plugin-jsx-a11y - 1c3e63a541e8ea02e834c53702a41aada2cba02b authored over 5 years ago
Merge pull request #88 from evcohen/changelong

Update CHANGELOG for 2.2.1

github.com/jsx-eslint/jsx-ast-utils - 5edeed14b0d69d39e4b75507424b2194226dd6dc authored over 5 years ago
Update CHANGELOG for 2.2.1

github.com/jsx-eslint/jsx-ast-utils - 57cc306b1167cd2a9db03bd2d4a20cc4bc3c3f2e authored over 5 years ago
Merge pull request #87 from evcohen/type-cast-expressions

Account for TypeCastExpression in the utils

github.com/jsx-eslint/jsx-ast-utils - 121b51d130f9980bf021c72b4fc1bded26559cf5 authored over 5 years ago
Account for TypeCastExpression in the utils

github.com/jsx-eslint/jsx-ast-utils - 935415bdb1bb76ad33f3f8353f694dfdcea9acf9 authored over 5 years ago
Merge pull request #2336 from abhishekdev/handle-react-detect-errors

[Fix] Handle react version detect errors

github.com/jsx-eslint/eslint-plugin-react - 0215c38df895dc1557da9f8373db7b039f0fb702 authored over 5 years ago
version detection: Do not throw a raw error after the first warning

- Adjust the conditions to always assume a latest react version when e.code === 'MODULE_NOT_FOUN...

github.com/jsx-eslint/eslint-plugin-react - 8fbf50c142ed9710b57830faa92ef2f6460ef8c3 authored over 5 years ago
version detection: Add tests

- Warn only once for failure to detect react version

Ref: #2276

github.com/jsx-eslint/eslint-plugin-react - f59e927405f2dacd897df69661dba0305ecad03c authored over 5 years ago
Fix new required import order

github.com/jsx-eslint/eslint-plugin-react - d6832d66756a24a3fd11b96705df2e4fa43fdf3f authored over 5 years ago
Fix prop-types to ignore validation when Flow indexers are used

Fixes #2330

github.com/jsx-eslint/eslint-plugin-react - bc67d428af1bb594cbb8257993c3bcb729ce1f8c authored over 5 years ago
Merge pull request #613 from evcohen/add-babel-to-dev-deps

Add @babel/cli to the dev dependencies

github.com/jsx-eslint/eslint-plugin-jsx-a11y - c571293f1125c88605efdba3285bd17646a1abf7 authored over 5 years ago
Add @babel/cli to the dev dependencies

github.com/jsx-eslint/eslint-plugin-jsx-a11y - c398d3a2b7705c054a359f8655d301a4f1f0110c authored over 5 years ago
Merge pull request #610 from evcohen/greenkeeper/flow-bin-0.102.0

Update flow-bin to the latest version 🚀

github.com/jsx-eslint/eslint-plugin-jsx-a11y - 13b370cc8b631320fd018134807d1b8a641b37dd authored over 5 years ago
Merge branch 'master' into greenkeeper/flow-bin-0.102.0

github.com/jsx-eslint/eslint-plugin-jsx-a11y - e28b81a1e107597324acd8107e5cdbd6b757bf1f authored over 5 years ago
Merge pull request #603 from evcohen/another-attempt-at-eslint-v6

Update ESLint to v6

github.com/jsx-eslint/eslint-plugin-jsx-a11y - e3163e3e86430b751f67601b2706468bdcd44c5f authored over 5 years ago
Merge branch 'master' into another-attempt-at-eslint-v6

github.com/jsx-eslint/eslint-plugin-jsx-a11y - f121a781b38ee3f5b84042483a69163daa5700a8 authored over 5 years ago
Merge pull request #611 from evcohen/update-jsx-ast-utils

Update jsx-ast-utils to 2.2.0

github.com/jsx-eslint/eslint-plugin-jsx-a11y - f3de162c86faab4d98a35b2abfb562daa3b21fdc authored over 5 years ago
Update jsx-ast-utils to 2.2.0

github.com/jsx-eslint/eslint-plugin-jsx-a11y - 1eb9f190d348a24b598ed74073cb32e83b766acf authored over 5 years ago
v2.2.0 & changelog.

github.com/jsx-eslint/jsx-ast-utils - 470539a6498ebf5d880ba637bf8acae53b726687 authored over 5 years ago
chore(package): update flow-bin to version 0.102.0

github.com/jsx-eslint/eslint-plugin-jsx-a11y - 313bc03e012e55a8feaa614ae15209e5624798c6 authored over 5 years ago
Merge pull request #606 from evcohen/589--make-expressions-pass-in-recommended-mode

[589] Allow expression statements for attribute values in no-noninteractive-tabindex

github.com/jsx-eslint/eslint-plugin-jsx-a11y - 5b9f10f0d0549346534c3b6b0a64d49e5b06bd3a authored over 5 years ago
[589] Allow expression statements for attribute values in no-noninteractive-tabindex

github.com/jsx-eslint/eslint-plugin-jsx-a11y - 8d5abfd3bbde96727365e143cda6b6f6fcb57e61 authored over 5 years ago
Merge pull request #597 from evcohen/greenkeeper/flow-bin-0.101.0

Update flow-bin to the latest version 🚀

github.com/jsx-eslint/eslint-plugin-jsx-a11y - 7926d85052c970096e6ebf4e7c070239ddc4b660 authored over 5 years ago
Merge pull request #85 from evcohen/stop-throwing-when-unknown-ast-nodes-are-encountered

Stop throwing errors when unknown AST nodes are encountered

github.com/jsx-eslint/jsx-ast-utils - 35fb91cfcfded9be309f147559334c1884142bae authored over 5 years ago
Update CHANGELOG and bump version

github.com/jsx-eslint/eslint-plugin-react - 8432e5e91a6bae1154f6897ce526aae861288b8d authored over 5 years ago
Stop throwing errors when unknown AST nodes are encountered

github.com/jsx-eslint/jsx-ast-utils - 2ba4f2b8798af72371976a4b5d67ddb17107676e authored over 5 years ago
Merge pull request #84 from evcohen/greenkeeper/eslint-6.0.0

Update eslint to the latest version 🚀

github.com/jsx-eslint/jsx-ast-utils - a902df54c6a45958c2cede031b54a2bc4526ada0 authored over 5 years ago
Merge branch 'master' into greenkeeper/eslint-6.0.0

github.com/jsx-eslint/jsx-ast-utils - a1862fb73c6d2a6bada9b565c165f36ca8962afe authored over 5 years ago
Merge pull request #83 from evcohen/greenkeeper/babel-eslint-10.0.2

Update babel-eslint to the latest version 🚀

github.com/jsx-eslint/jsx-ast-utils - ea0e0b617392927c06e1bf8118ad24df8da7a434 authored over 5 years ago
Merge pull request #81 from evcohen/greenkeeper/coveralls-3.0.4

Update coveralls to the latest version 🚀

github.com/jsx-eslint/jsx-ast-utils - 75d7f93b4e329db6dabca23bcbc7f7a1ff5a8ca3 authored over 5 years ago
Merge pull request #86 from evcohen/only-run-on-master-branch

Only run Travis on master branch changes

github.com/jsx-eslint/jsx-ast-utils - 1435a922ff4fa654707cdb22bd9e697291514d5e authored over 5 years ago
Merge branch 'master' into greenkeeper/flow-bin-0.101.0

github.com/jsx-eslint/eslint-plugin-jsx-a11y - f3378addb307b7b14f270ce180018010142c4798 authored over 5 years ago
Merge pull request #607 from evcohen/583--allow-expression-values-in-role-in-no-static-element-interactions

[583] Allow expression values in attributes by configuration

github.com/jsx-eslint/eslint-plugin-jsx-a11y - a616389a2cd2094e71223b32780b1ce19d05d481 authored over 5 years ago
[Fix] : fix crash on for...of destructuring

Fixes #2326

github.com/jsx-eslint/eslint-plugin-react - 057f1db2442a732e86d75fa82905388b85a4e31d authored over 5 years ago
Update CHANGELOG and bump version

github.com/jsx-eslint/eslint-plugin-react - 62255af6e624f58e063e031b230a1d7a2701ab86 authored over 5 years ago
Merge pull request #2320 from golopot/issue-2319

[Fix] `prop-types`: fix crash on multiple destructuring

github.com/jsx-eslint/eslint-plugin-react - 655eb01f555f07a4e9bd8b1482daba49d078c022 authored over 5 years ago
Only run Travis on master branch changes

github.com/jsx-eslint/jsx-ast-utils - 94762ad00bb6c3a140d2ff151045b61d83ac9f8f authored over 5 years ago
[Fix] `prop-types`: fix crash on multiple destructuring

github.com/jsx-eslint/eslint-plugin-react - 9639d821741748d6c7a41bb4e7a9d822cfe8de78 authored over 5 years ago
Merge branch 'master' into greenkeeper/flow-bin-0.101.0

github.com/jsx-eslint/eslint-plugin-jsx-a11y - d7f9aa7931ee33f431ed555a1c5048994b6b210c authored over 5 years ago
[583] Allow expression values in attributes by configuration

github.com/jsx-eslint/eslint-plugin-jsx-a11y - 985814b9622887bc48e47d859791806c330c0472 authored over 5 years ago
Merge pull request #605 from evcohen/596--no-static-element-interactions-error

[596] Adding a test case for no-static-element-interactions

github.com/jsx-eslint/eslint-plugin-jsx-a11y - 85d8c1a071925927560337e2a8d7af274941b9f8 authored over 5 years ago
[596] Adding a test case for no-static-element-interactions

github.com/jsx-eslint/eslint-plugin-jsx-a11y - 30a6e1328b02ee436af1b0bdd004faeea87ff11e authored over 5 years ago
Merge branch 'master' into alt-text

github.com/jsx-eslint/eslint-plugin-jsx-a11y - ab2e0defb3cff8152e2965d0ffb32c4020d53bb5 authored over 5 years ago
Merge branch 'master' into greenkeeper/flow-bin-0.101.0

github.com/jsx-eslint/eslint-plugin-jsx-a11y - 4f1d729a8ff4bead1a6929d1af9a69b1d4addc25 authored over 5 years ago
Update CHANGELOG and bump version

github.com/jsx-eslint/eslint-plugin-react - dfaa92f34ac39fa8c320068501ec86fe0b9c8122 authored over 5 years ago
Merge pull request #604 from evcohen/travis-on-master-branch-only

Only run branch test coverage on the master branch

github.com/jsx-eslint/eslint-plugin-jsx-a11y - f1b61e3e1bceb12df0780c2c9b3b764900758b17 authored over 5 years ago
Only run branch test coverage on the master branch

github.com/jsx-eslint/eslint-plugin-jsx-a11y - 8bf2eda21a57881074599db041106a5656729f16 authored over 5 years ago
Merge pull request #2316 from kaykayehnn/jsx-key-fragments

fix(jsx-key): handle shorthand fragment syntax

github.com/jsx-eslint/eslint-plugin-react - c52b61b0d371b956b6c6fef3240839f4cea2ffa7 authored over 5 years ago
[Fix] Fix detection of annotated props with default value

Fixes #2298

github.com/jsx-eslint/eslint-plugin-react - 8db631b400b242266be38202926d86c244e8d116 authored over 5 years ago
[Tests] Remove AppVeyor

github.com/jsx-eslint/eslint-plugin-react - bbebefd2292294e892f743993f2cc778e3e36a85 authored over 5 years ago
[New] Add ESLint ^6.0.0 as valid peerDependency

github.com/jsx-eslint/eslint-plugin-react - 0d49f5abd1d5423a7a305d26cad9a7f5b046bc89 authored over 5 years ago
Merge branch 'master' into greenkeeper/flow-bin-0.101.0

github.com/jsx-eslint/eslint-plugin-jsx-a11y - b2d3087ea9aabb40c106daac6004f2ef8ec89e59 authored over 5 years ago
Merge pull request #600 from WilcoFiers/dqu-update

Update links to Deque University

github.com/jsx-eslint/eslint-plugin-jsx-a11y - 416ca1b77ae39e66321726303aa21e94eecdf8ac authored over 5 years ago
Add checkFragmentShorthand option

github.com/jsx-eslint/eslint-plugin-react - 7c1abedb575bd97404933ec85144697a30778443 authored over 5 years ago
Fix tests in eslint < 5

github.com/jsx-eslint/eslint-plugin-react - ed04c2fd48a1c1ad21daade6225229e281446c6a authored over 5 years ago
chore(package): update eslint to version 6.0.0

github.com/jsx-eslint/jsx-ast-utils - 3f8c270dd0e4bcf285e26774ccb93a9c69bdd173 authored over 5 years ago
Handle fragments in jsx-key

github.com/jsx-eslint/eslint-plugin-react - 0d1aaf8b569e6d22bba90467fe46ee7062e5e5ba authored over 5 years ago
Update links to Deque University

github.com/jsx-eslint/eslint-plugin-jsx-a11y - fc4eb4e5929f7ae03033e190719a9ce28cc6d651 authored over 5 years ago
[New] `jsx-sort-props`: Change reported range to only the identifier

Merge pull request #2314 from MrHen/feature/2312-jsx-sort-props

github.com/jsx-eslint/eslint-plugin-react - 7d449a9e4a1330ab950df4b55348d6eff5d025af authored over 5 years ago
Change reported range to only the identifier

github.com/jsx-eslint/eslint-plugin-react - 1e102f0d3281c24cd1b99c27bdbf63c14d6bcde2 authored over 5 years ago
chore(package): update babel-eslint to version 10.0.2

github.com/jsx-eslint/jsx-ast-utils - e653890d6bb40b406faeb8f199d3c2f1de4f58a8 authored over 5 years ago
Merge pull request #2301 from golopot/fix-cached-props-2

[New] `prop-types`: handle variables defined as props

github.com/jsx-eslint/eslint-plugin-react - e6b4c33a1db4cc94c3e9223b09fb92b1dbddc00d authored over 5 years ago
Immediately destructure out propVariables rather than using it as a namespace

github.com/jsx-eslint/eslint-plugin-react - 9a63e19460e7ddbf988f328cf9f9730f4f156e0d authored over 5 years ago
Apply suggestion: replace mutation with Object.assign

Co-Authored-By: Jordan Harband <[email protected]>

github.com/jsx-eslint/eslint-plugin-react - 3a1a0d1d159efd6bb3c597671e4ec8afaee22018 authored over 5 years ago
Apply suggestion: replace concat([a]) with concat(a)

Co-Authored-By: Jordan Harband <[email protected]>

github.com/jsx-eslint/eslint-plugin-react - 89b8143ac18f4d3f0d45717436ad2aa344e2d494 authored over 5 years ago
chore(package): update flow-bin to version 0.101.0

github.com/jsx-eslint/eslint-plugin-jsx-a11y - e510eff2cf2394076912edb2ff46aa851ee2daa8 authored over 5 years ago
[Tests] make tests pass in eslint@6

github.com/jsx-eslint/eslint-plugin-react - 3ae3a9a6285cca1185f70f1db2047a6ce4210e62 authored over 5 years ago
[Docs] add `jsx-curly-newline` to README

github.com/jsx-eslint/eslint-plugin-react - 1efea48da3bee134c30da9cadc1c0671e5f1b208 authored over 5 years ago
[New] `prop-types`: handle variables defined as props

github.com/jsx-eslint/eslint-plugin-react - 0c06bb1d8ed7578ea6e09d7905a5a7322af7e47d authored over 5 years ago
chore(package): update coveralls to version 3.0.4

github.com/jsx-eslint/jsx-ast-utils - d0dc1c3dd2582499e10ae66f6816c63e0cbfadbd authored over 5 years ago
[New]: `prop-types`: handle nested destructuring

github.com/jsx-eslint/eslint-plugin-react - 7d036cf5fb3f7a68422d088f077158b9f415d143 authored over 5 years ago
Merge pull request #595 from evcohen/greenkeeper/flow-bin-0.100.0

Update flow-bin to the latest version 🚀

github.com/jsx-eslint/eslint-plugin-jsx-a11y - 9c25b963ad2e9052ea19571bcb49764a36912390 authored over 5 years ago