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

adding test cases from #811

github.com/jsx-eslint/eslint-plugin-react - bca3c88dc2b1941c2761db86b04ad49ced08c342 authored over 7 years ago
Merge pull request #1332 from DianaSuvorova/issue_#1107

`no-unused-prop-types`: add `.map` test case from #1107

github.com/jsx-eslint/eslint-plugin-react - bd23406f003dc85e06a6fc68b63e81a8a89ec257 authored over 7 years ago
known issues for no-used-prop-types

github.com/jsx-eslint/eslint-plugin-react - 8d97fb6076d7ef909695aac57c0f0891c25fbc87 authored over 7 years ago
Sort rules alphabetically

Just doing a bit of clean up.

github.com/jsx-eslint/eslint-plugin-react - fe69b04e1d7e15ec3d027c00aa556441887968c4 authored over 7 years ago
Ignore custom components for role-has-required-aria-props.

github.com/jsx-eslint/eslint-plugin-jsx-a11y - 02a438d3679e318818c45e4165338b6abc7f3b3d authored over 7 years ago
Merge pull request #1322 from DianaSuvorova/issue_#1309

Fix an issue with unused prop types.

Fixes #1309.

github.com/jsx-eslint/eslint-plugin-react - bc5435d83220d35995d704ed6e42cf0d7cd5e415 authored over 7 years ago
moving fnc to file level

github.com/jsx-eslint/eslint-plugin-react - ac501111a69ed4d467c139726f4a1180bced74d7 authored over 7 years ago
Update no-noninteractive-element-interactions.md

github.com/jsx-eslint/eslint-plugin-jsx-a11y - 339d23a7eb14591be6c28250dc17bbbbaf5f09a5 authored over 7 years ago
Merge pull request #1319 from marcelmokos/#969-jsx-no-duplicate-props-type-error

issue #969 typeError: name.toLowerCase is not a function…

github.com/jsx-eslint/eslint-plugin-react - 8139569e1d5110f061fd585090ca6214e5f7d5e5 authored over 7 years ago
removed isReturningJSX check

github.com/jsx-eslint/eslint-plugin-react - eaf1ee900795158d03f01168ef77d66505570c1f authored over 7 years ago
add lifecycle method typos

github.com/jsx-eslint/eslint-plugin-react - 13fddef1854adb9100d7912e3eda71353855393c authored over 7 years ago
#969 fix: exception for jsx-no-duplicate-props

jsx-no-duplicate-props is causing error.
TypeError: name.toLowerCase is not a function.
When...

github.com/jsx-eslint/eslint-plugin-react - e785a7d7323cd336c44468403a86cef1c5739887 authored over 7 years ago
jsx-no-duplicate-props: TypeError: name.toLowerCase is not a function #969

- recommended improvement
- add test

github.com/jsx-eslint/eslint-plugin-react - 640d7a395303444af0d0d5305f37421044992d03 authored over 7 years ago
Merge pull request #1318 from DianaSuvorova/issue1309

[Tests] `no-unused-prop-types`: add test case

Fixes #1309.

github.com/jsx-eslint/eslint-plugin-react - 2d2cf65dab144b96d7a67a93da614428bcbc1267 authored over 7 years ago
chore(package): update flow-bin to version 0.51.0

github.com/jsx-eslint/eslint-plugin-jsx-a11y - b7793f7107408d065ad9250c434698ce809e850d authored over 7 years ago
Merge pull request #1316 from jseminck/typo

Fix typo in jsx-no-bind doc

github.com/jsx-eslint/eslint-plugin-react - 6d0a8c26d150ac9ca9e3bf01d634a0bcbd1fe338 authored over 7 years ago
Merge pull request #1312 from DianaSuvorova/fixes_816

Adds more test cases.

Fixes #816.

github.com/jsx-eslint/eslint-plugin-react - 3c7a065d79708bc12430409135c3152f6c3e35a9 authored over 7 years ago
Merge pull request #1103 from wbinnssmith/wbinnssmith/no-unused-state

Add no-unused-state

github.com/jsx-eslint/eslint-plugin-react - 8bfafe1e06e3b22349e780e4219ed931a206b5e0 authored over 7 years ago
Implement React.createClass support and use Component util

github.com/jsx-eslint/eslint-plugin-react - 1022c24d45ca6195186a222bb8d4e8e2082cebb8 authored over 7 years ago
Re-modernize and cleanup with node 4-compatible features

github.com/jsx-eslint/eslint-plugin-react - d0973b4b227047e249ea89c4339ecb6bf2e4a53c authored over 7 years ago
Only use babel-eslint when necessary for tests

github.com/jsx-eslint/eslint-plugin-react - 0dd50b22348334feedee487e248fde5737e38171 authored over 7 years ago
Add no-unused-state

This adds a new rule, react/no-unused-state, which discovers state fields in a React component a...

github.com/jsx-eslint/eslint-plugin-react - e8205386a2c0234793621c21f4612c3acac23fd2 authored over 7 years ago
Merge pull request #1311 from RDGthree/master

Teach sort-comp rule about getters and setters.

github.com/jsx-eslint/eslint-plugin-react - 067882b02b3225406092ce37977afa7674401773 authored over 7 years ago
Merge pull request #1303 from DianaSuvorova/noUsedProps

no-unused-props: not ignoring components with no used props

github.com/jsx-eslint/eslint-plugin-react - ef2054bf2a8b80df475242be3d54c0b10c23beed authored over 7 years ago
Small index tweak, tests, and getter + setter property name handling.

github.com/jsx-eslint/eslint-plugin-react - b1c1f84348fa86807a69632255f4f85cbe6a253f authored over 7 years ago
Teach sort-comp rule about getters and setters.

github.com/jsx-eslint/eslint-plugin-react - 75b78bae016795811a06fcfaf9eef1e597cf4c4a authored over 7 years ago
Merge branch 'master' into noUsedProps

github.com/jsx-eslint/eslint-plugin-react - 64e837b581a0d27e5b65660fe6a43e9cf8dda192 authored over 7 years ago
Merge pull request #1281 from dfilipidisz/Transform-arrow-functions

Transform arrow functions

github.com/jsx-eslint/eslint-plugin-react - ac7238309ed94d3a9b6414d70f317a427295f412 authored over 7 years ago
jsx-no-duplicate-props: TypeError: name.toLowerCase is not a function #969

github.com/jsx-eslint/eslint-plugin-react - 10e4f0c73c4a14f61a054f2c11ab98ab64a4fb54 authored over 7 years ago
Eslint --fix for arrow functions

github.com/jsx-eslint/eslint-plugin-react - dba095d47de55bf7da181916ead771233c9f0273 authored over 7 years ago
Add arrow function eslint rules

github.com/jsx-eslint/eslint-plugin-react - b9d70e8285ca8c58bf4dfbbc22fb14acd8afec08 authored over 7 years ago
Codemod arrow-functions

github.com/jsx-eslint/eslint-plugin-react - b82fca29cf1b536bcdf1d9a2f457395a5bcb1374 authored over 7 years ago
Merge pull request #1308 from xcatliu/patch-1

Add `react/` prefix for the title of default-props-match-prop-types.md

github.com/jsx-eslint/eslint-plugin-react - a8cd2fede675942e2bd2a5f8d855b0c9462d7e77 authored over 7 years ago
Add `react/` prefix for the title of default-props-match-prop-types.md

github.com/jsx-eslint/eslint-plugin-react - 016350721d4493e1af8fb76331669e3ef390b24e authored over 7 years ago
chore(package): update flow-bin to version 0.50.0

github.com/jsx-eslint/eslint-plugin-jsx-a11y - 91f71e7c17e65930b1927aed68da5aef222cc3a5 authored over 7 years ago
Prefer default parser in no-literals tests

github.com/jsx-eslint/eslint-plugin-react - eb889779012c11789fe8cf9506c8571711ce19fb authored over 7 years ago
Check template literals in no-literals

github.com/jsx-eslint/eslint-plugin-react - 17116a0d67ab8e56a02806803099a91f6e276663 authored over 7 years ago
moving test into invalid

github.com/jsx-eslint/eslint-plugin-react - 430a89f10e142dfee72ca2137f2cd523035df08c authored over 7 years ago
no ignoring components with no used props

github.com/jsx-eslint/eslint-plugin-react - 9d0707e912f4e4da39bfec650a69a860fea4c4c8 authored over 7 years ago
Fix false positives in no-literals

This rule should only check strings.

Fixes #1301

github.com/jsx-eslint/eslint-plugin-react - cf2edd97fe19bbd33af41cf2c67b8f0c66907875 authored over 7 years ago
Merge pull request #1298 from jseminck/jsx-no-target-blank

Fix crash in jsx-no-target-blank

github.com/jsx-eslint/eslint-plugin-react - 739ece15a8bda7b7b7e62ba3b49c4fe3bb435d82 authored over 7 years ago
Use .some() instead of .find()

A hasXXX function should return a boolean instead of an object.
I think node 4 supports .some()....

github.com/jsx-eslint/eslint-plugin-react - 322afa4c933bbc3cc2bcc559f5b254be711f58f7 authored over 7 years ago
Add failing test and code to fix it

github.com/jsx-eslint/eslint-plugin-react - f2488001849adab04894daeb7ad664a1f283dbb1 authored over 7 years ago
Use full schema object instead of an array

github.com/jsx-eslint/eslint-plugin-react - 75fb917c1ce27540f48cbe3fa7436a6822d4b953 authored over 7 years ago
Merge pull request #286 from ljharb/travis

Improve travis-ci tests

github.com/jsx-eslint/eslint-plugin-jsx-a11y - 775d0d172b0e5550d4974d31aca13e47e8ebc9cd authored over 7 years ago
propName should always return a value (#50)

* propName should always return a value

* Fix Array.includes failures in Node 4 and 5

github.com/jsx-eslint/jsx-ast-utils - 25fe6867880e5869b6e80cfbcdbae797c37dcccb authored over 7 years ago
Merge pull request #284 from jessebeach/put-cases-back-in

Add more cases to the no interactions rule tests

github.com/jsx-eslint/eslint-plugin-jsx-a11y - 469243b6c11ffbd4dd1f7e4ff75cab5d4295c07b authored over 7 years ago
Add more cases to the no interactions rule tests

github.com/jsx-eslint/eslint-plugin-jsx-a11y - f0aa76a437867558fe18eecaf4910b4585432dcd authored over 7 years ago
Merge pull request #1289 from konekoya/patch-1

Use full name of the rule

github.com/jsx-eslint/eslint-plugin-react - 3e0a1e03a3983ef39d57d5392cdcd60319f43282 authored over 7 years ago
Use full name of the rule

When adding this rule, I wasn't sure if it's `react/default-props-match-prop-types` or `default-...

github.com/jsx-eslint/eslint-plugin-react - f3a9d99efd4d941652f50cf4fbf71ba4f5f78883 authored over 7 years ago
Add extra check for undefined variable in no-danger-with-children

github.com/jsx-eslint/eslint-plugin-react - 23932361dd824cbc9036fd01dc2f364cb2d86ce6 authored over 7 years ago
Fix no-danger-with-children crash with undefined (fixes #1287)

github.com/jsx-eslint/eslint-plugin-react - bef58973189ce075066b2d0babec219581ea78e4 authored over 7 years ago
[Tests] fix broken master.

I have no idea why these started breaking; perhaps an eslint upgrade parsed them differently.

github.com/jsx-eslint/eslint-plugin-react - 65b746edb07080ac3a8c66cd12c532f1a1adc5cb authored over 7 years ago
Fix no-danger-with-children to ignore line breaks (fixes #1262)

github.com/jsx-eslint/eslint-plugin-react - 9e13ae2c51e44872b45cc15bf1ac3a72105bdd0e authored over 7 years ago
[Refactor] this falsy condition is impossible in a rule, because `JSXAttribute` can’t ever have a falsy `propName`.

If it does in the future, then that would throw an error - which would surface the bug, instead ...

github.com/jsx-eslint/eslint-plugin-jsx-a11y - 1d8906421a908d160bfdff823d8b7236d317eda7 authored over 7 years ago
[Fix] `dom.keys` is an iterator, not a map.

github.com/jsx-eslint/eslint-plugin-jsx-a11y - b12f0816bf6581d258d5258476aa8d9d65fe6ce4 authored over 7 years ago
[Tests] improve coverage

github.com/jsx-eslint/eslint-plugin-jsx-a11y - 0c8aba50b23bb022018e3256a9d96fa30c13f5f0 authored over 7 years ago
[Tests] generate an HTML coverage report

github.com/jsx-eslint/eslint-plugin-jsx-a11y - 4684e31a408679405ff62950e9f788a722d43aee authored over 7 years ago
[Test] only run prepublish script on publish.

github.com/jsx-eslint/eslint-plugin-jsx-a11y - 535f0080c685ab6fad534d86bb084d9018dea6d6 authored over 7 years ago
[publish] don’t run lint/flow twice on prepublish; don’t auto fix prepublish.

github.com/jsx-eslint/eslint-plugin-jsx-a11y - 3fa60656925fbae2b2a3d7661070d69f299a84f2 authored over 7 years ago
[Tests] improve matrix; test on node 7 and 8; don’t run the linter more than once; disable sudo; enable fast finish

github.com/jsx-eslint/eslint-plugin-jsx-a11y - 860f839b850181ab51d58b94bf3934a4f4c3b301 authored over 7 years ago
[Dev Deps] add `safe-publish-latest`

github.com/jsx-eslint/eslint-plugin-jsx-a11y - 1cfc11eef82ccda269f5e632899e276349a48b38 authored over 7 years ago
Reverts back to 6076fe5fbd1d87446298e14e9fec69dce2660dbf


This reverts the following commits:

- 131a75d (tag: v6.0.0, tag: v5.1.0) Added thanks ...

github.com/jsx-eslint/eslint-plugin-jsx-a11y - ef01959694ca25c920b27eff070e478f4c456559 authored over 7 years ago
Merge pull request #280 from jessebeach/t270--onclick-has-key-events-presentation-role

Do not fail presentation roles in click-events-have-key-events

github.com/jsx-eslint/eslint-plugin-jsx-a11y - d5a442a7288ae38228963975014cf9846b9d0a78 authored over 7 years ago
Do not fail presentation roles in click-events-have-key-events

github.com/jsx-eslint/eslint-plugin-jsx-a11y - a6bc1c7dcb1054140c1c36452f1d2ef9417997d7 authored over 7 years ago
Merge pull request #281 from jessebeach/t253--allow-onsubmit-and-onload--on-forms-and-such

Limit failures in non-interactive interacts to keyboard, mouse and fo…

github.com/jsx-eslint/eslint-plugin-jsx-a11y - 297dd52de4e7526a48a148ee68d434d9c145a4ca authored over 7 years ago
Merge pull request #1202 from deecewan/master

Allow for stricter no-literals rule

github.com/jsx-eslint/eslint-plugin-react - 31e55d2999d33a7d5c79d54c58dfd9f4717a711a authored over 7 years ago
Merge branch 'master' into master

github.com/jsx-eslint/eslint-plugin-react - 8a2bc816b2fcebaefd7dae90ce35a28fdc2d585b authored over 7 years ago
Merge pull request #1226 from kokobeware/patch-1

Fix void-dom-elements-no-children crash

github.com/jsx-eslint/eslint-plugin-react - 4a355365776a368a61f90f88f03e9164613acd51 authored over 7 years ago
Merge branch 'master' into patch-1

github.com/jsx-eslint/eslint-plugin-react - 433cff8511095691428ad7358635ae895fd2b31c authored over 7 years ago
Limit failures in non-interactive interacts to keyboard, mouse and focus event handler types

github.com/jsx-eslint/eslint-plugin-jsx-a11y - 1bdf02e5c99380a3e91bf5ece08b2af25ac6afa4 authored over 7 years ago
Merge pull request #1209 from jseminck/rule-no-static-typos

Add rule no static typos

github.com/jsx-eslint/eslint-plugin-react - 690832fe24d30b505cd5d9f8b62429ca8f2717cb authored over 7 years ago
Add another valid test case

github.com/jsx-eslint/eslint-plugin-react - afd6ea0d18cdd3b70ee4e1087bce74b2143c762b authored over 7 years ago
Add another valid test case

github.com/jsx-eslint/eslint-plugin-react - 82facc84492179be073afa4f26b1ea97c369d775 authored over 7 years ago
Add test case that was causing a crash

github.com/jsx-eslint/eslint-plugin-react - 73d4941cea01773614469b0603edb091fb54b5b3 authored over 7 years ago
Prepend slash to top level dirs in npmignore

github.com/jsx-eslint/eslint-plugin-jsx-a11y - 1325369a1e4d83acb96365106d3a97ade2df3342 authored over 7 years ago
Merge pull request #277 from jessebeach/remove-src-from-package

Remove development artifacts from the NPM package

github.com/jsx-eslint/eslint-plugin-jsx-a11y - 436acd27a5e9589d6009484f2284c7470bd67800 authored over 7 years ago
Remove development artifacts from the NPM package

github.com/jsx-eslint/eslint-plugin-jsx-a11y - f9d3ba9a489f5a3bf6c793f2e97bab3f9a935619 authored over 7 years ago
chore(package): update flow-bin to version 0.49.1

github.com/jsx-eslint/eslint-plugin-jsx-a11y - c121cd00ae2e90ae9fb2a14fc4f83e738a999471 authored over 7 years ago