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
github.com/jsx-eslint/eslint-plugin-react - bca3c88dc2b1941c2761db86b04ad49ced08c342 authored over 7 years ago
`no-unused-prop-types`: add `.map` test case from #1107
github.com/jsx-eslint/eslint-plugin-react - bd23406f003dc85e06a6fc68b63e81a8a89ec257 authored over 7 years agogithub.com/jsx-eslint/eslint-plugin-react - caadc6ab65a3927349f26265baaf45b628ec7c40 authored over 7 years ago
github.com/jsx-eslint/eslint-plugin-react - 8d97fb6076d7ef909695aac57c0f0891c25fbc87 authored over 7 years ago
Just doing a bit of clean up.
github.com/jsx-eslint/eslint-plugin-react - fe69b04e1d7e15ec3d027c00aa556441887968c4 authored over 7 years agogithub.com/jsx-eslint/eslint-plugin-jsx-a11y - 02a438d3679e318818c45e4165338b6abc7f3b3d authored over 7 years ago
Fix an issue with unused prop types.
Fixes #1309.
github.com/jsx-eslint/eslint-plugin-react - bc5435d83220d35995d704ed6e42cf0d7cd5e415 authored over 7 years agogithub.com/jsx-eslint/eslint-plugin-react - 095af73083ddd20def412afc5095c1ffe313ebaa authored over 7 years ago
github.com/jsx-eslint/eslint-plugin-react - ac501111a69ed4d467c139726f4a1180bced74d7 authored over 7 years ago
github.com/jsx-eslint/eslint-plugin-jsx-a11y - 339d23a7eb14591be6c28250dc17bbbbaf5f09a5 authored over 7 years ago
github.com/jsx-eslint/eslint-plugin-react - 9628ef7a7a253c0a3e61855623a06f11b305d9a5 authored over 7 years ago
issue #969 typeError: name.toLowerCase is not a function…
github.com/jsx-eslint/eslint-plugin-react - 8139569e1d5110f061fd585090ca6214e5f7d5e5 authored over 7 years agogithub.com/jsx-eslint/eslint-plugin-react - 968f7459619d78676d1cc9296a248bc4d44b7954 authored over 7 years ago
github.com/jsx-eslint/eslint-plugin-react - eaf1ee900795158d03f01168ef77d66505570c1f authored over 7 years ago
github.com/jsx-eslint/eslint-plugin-react - 75711e5c634a6af90c77d18c75f2a742b1a5cc02 authored over 7 years ago
github.com/jsx-eslint/eslint-plugin-react - 2ee095e17a4a5a66a42e2daaad4222274d357dac authored over 7 years ago
github.com/jsx-eslint/eslint-plugin-react - 13fddef1854adb9100d7912e3eda71353855393c authored over 7 years ago
jsx-no-duplicate-props is causing error.
TypeError: name.toLowerCase is not a function.
When...
- recommended improvement
- add test
[Tests] `no-unused-prop-types`: add test case
Fixes #1309.
github.com/jsx-eslint/eslint-plugin-react - 2d2cf65dab144b96d7a67a93da614428bcbc1267 authored over 7 years agogithub.com/jsx-eslint/eslint-plugin-react - bb972f3e74f8b3a31bb67e1cef01b6b4759e095d authored over 7 years ago
github.com/jsx-eslint/eslint-plugin-jsx-a11y - b7793f7107408d065ad9250c434698ce809e850d authored over 7 years ago
Fix typo in jsx-no-bind doc
github.com/jsx-eslint/eslint-plugin-react - 6d0a8c26d150ac9ca9e3bf01d634a0bcbd1fe338 authored over 7 years agogithub.com/jsx-eslint/eslint-plugin-react - adbdfd6687dcd3230b0f4bbf26c72b01d1e317d3 authored over 7 years ago
Adds more test cases.
Fixes #816.
github.com/jsx-eslint/eslint-plugin-react - 3c7a065d79708bc12430409135c3152f6c3e35a9 authored over 7 years agogithub.com/jsx-eslint/eslint-plugin-react - 5488fffc0e6dd28065e6f430d97f2365b06b4a50 authored over 7 years ago
Add no-unused-state
github.com/jsx-eslint/eslint-plugin-react - 8bfafe1e06e3b22349e780e4219ed931a206b5e0 authored over 7 years agogithub.com/jsx-eslint/eslint-plugin-react - ba1dfc1fd66f85d2391fa38d4e51ea0680c14dc2 authored over 7 years ago
github.com/jsx-eslint/eslint-plugin-react - 1022c24d45ca6195186a222bb8d4e8e2082cebb8 authored over 7 years ago
github.com/jsx-eslint/eslint-plugin-react - d0973b4b227047e249ea89c4339ecb6bf2e4a53c authored over 7 years ago
github.com/jsx-eslint/eslint-plugin-react - 0dd50b22348334feedee487e248fde5737e38171 authored over 7 years ago
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 agogithub.com/jsx-eslint/eslint-plugin-react - b3e911fe98ccfab1aa8574c4d118af45261e8d24 authored over 7 years ago
Teach sort-comp rule about getters and setters.
github.com/jsx-eslint/eslint-plugin-react - 067882b02b3225406092ce37977afa7674401773 authored over 7 years agono-unused-props: not ignoring components with no used props
github.com/jsx-eslint/eslint-plugin-react - ef2054bf2a8b80df475242be3d54c0b10c23beed authored over 7 years agogithub.com/jsx-eslint/eslint-plugin-react - b1c1f84348fa86807a69632255f4f85cbe6a253f authored over 7 years ago
github.com/jsx-eslint/eslint-plugin-react - 75b78bae016795811a06fcfaf9eef1e597cf4c4a authored over 7 years ago
github.com/jsx-eslint/eslint-plugin-react - 64e837b581a0d27e5b65660fe6a43e9cf8dda192 authored over 7 years ago
Transform arrow functions
github.com/jsx-eslint/eslint-plugin-react - ac7238309ed94d3a9b6414d70f317a427295f412 authored over 7 years agogithub.com/jsx-eslint/eslint-plugin-react - 10e4f0c73c4a14f61a054f2c11ab98ab64a4fb54 authored over 7 years ago
github.com/jsx-eslint/eslint-plugin-react - dba095d47de55bf7da181916ead771233c9f0273 authored over 7 years ago
github.com/jsx-eslint/eslint-plugin-react - b9d70e8285ca8c58bf4dfbbc22fb14acd8afec08 authored over 7 years ago
github.com/jsx-eslint/eslint-plugin-react - b82fca29cf1b536bcdf1d9a2f457395a5bcb1374 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 - a8cd2fede675942e2bd2a5f8d855b0c9462d7e77 authored over 7 years agogithub.com/jsx-eslint/eslint-plugin-react - 016350721d4493e1af8fb76331669e3ef390b24e authored over 7 years ago
github.com/jsx-eslint/eslint-plugin-jsx-a11y - 91f71e7c17e65930b1927aed68da5aef222cc3a5 authored over 7 years ago
github.com/jsx-eslint/eslint-plugin-react - eb889779012c11789fe8cf9506c8571711ce19fb authored over 7 years ago
github.com/jsx-eslint/eslint-plugin-react - 17116a0d67ab8e56a02806803099a91f6e276663 authored over 7 years ago
github.com/jsx-eslint/eslint-plugin-react - 430a89f10e142dfee72ca2137f2cd523035df08c authored over 7 years ago
github.com/jsx-eslint/eslint-plugin-react - 9d0707e912f4e4da39bfec650a69a860fea4c4c8 authored over 7 years ago
This rule should only check strings.
Fixes #1301
github.com/jsx-eslint/eslint-plugin-react - cf2edd97fe19bbd33af41cf2c67b8f0c66907875 authored over 7 years agoFix crash in jsx-no-target-blank
github.com/jsx-eslint/eslint-plugin-react - 739ece15a8bda7b7b7e62ba3b49c4fe3bb435d82 authored over 7 years ago
A hasXXX function should return a boolean instead of an object.
I think node 4 supports .some()....
github.com/jsx-eslint/eslint-plugin-react - f2488001849adab04894daeb7ad664a1f283dbb1 authored over 7 years ago
github.com/jsx-eslint/eslint-plugin-react - 75fb917c1ce27540f48cbe3fa7436a6822d4b953 authored over 7 years ago
github.com/jsx-eslint/eslint-plugin-jsx-a11y - e5c76c1907c244bb8f107a823f389bdf2b6fdcac authored over 7 years ago
Improve travis-ci tests
github.com/jsx-eslint/eslint-plugin-jsx-a11y - 775d0d172b0e5550d4974d31aca13e47e8ebc9cd authored over 7 years agogithub.com/jsx-eslint/eslint-plugin-jsx-a11y - 589eb086a395b17e3dad0cf9e761fbb84e4e7557 authored over 7 years ago
github.com/jsx-eslint/jsx-ast-utils - 14b3145092183dc0951b1e45db532702b2cb5d0c authored over 7 years ago
github.com/jsx-eslint/jsx-ast-utils - 5a698b8464f014818182ba21281dd7919a5df37d authored over 7 years ago
* 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 agoAdd more cases to the no interactions rule tests
github.com/jsx-eslint/eslint-plugin-jsx-a11y - 469243b6c11ffbd4dd1f7e4ff75cab5d4295c07b authored over 7 years agogithub.com/jsx-eslint/eslint-plugin-jsx-a11y - f0aa76a437867558fe18eecaf4910b4585432dcd authored over 7 years ago
Use full name of the rule
github.com/jsx-eslint/eslint-plugin-react - 3e0a1e03a3983ef39d57d5392cdcd60319f43282 authored over 7 years agoWhen 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 agogithub.com/jsx-eslint/eslint-plugin-react - 23932361dd824cbc9036fd01dc2f364cb2d86ce6 authored over 7 years ago
github.com/jsx-eslint/eslint-plugin-react - bef58973189ce075066b2d0babec219581ea78e4 authored over 7 years ago
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 agogithub.com/jsx-eslint/eslint-plugin-react - 9e13ae2c51e44872b45cc15bf1ac3a72105bdd0e authored over 7 years ago
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 agogithub.com/jsx-eslint/eslint-plugin-jsx-a11y - b12f0816bf6581d258d5258476aa8d9d65fe6ce4 authored over 7 years ago
github.com/jsx-eslint/eslint-plugin-jsx-a11y - 0c8aba50b23bb022018e3256a9d96fa30c13f5f0 authored over 7 years ago
github.com/jsx-eslint/eslint-plugin-jsx-a11y - 4684e31a408679405ff62950e9f788a722d43aee authored over 7 years ago
github.com/jsx-eslint/eslint-plugin-jsx-a11y - 535f0080c685ab6fad534d86bb084d9018dea6d6 authored over 7 years ago
github.com/jsx-eslint/eslint-plugin-jsx-a11y - 3fa60656925fbae2b2a3d7661070d69f299a84f2 authored over 7 years ago
github.com/jsx-eslint/eslint-plugin-jsx-a11y - 860f839b850181ab51d58b94bf3934a4f4c3b301 authored over 7 years ago
github.com/jsx-eslint/eslint-plugin-jsx-a11y - 0745af376cdc8686d85a361ce36952b1fb1ccf6e authored over 7 years ago
github.com/jsx-eslint/eslint-plugin-jsx-a11y - 1cfc11eef82ccda269f5e632899e276349a48b38 authored over 7 years ago
github.com/jsx-eslint/eslint-plugin-jsx-a11y - 1e13e04e9fc35d31df9c6281798bd3a912024f43 authored over 7 years ago
This reverts the following commits:
- 131a75d (tag: v6.0.0, tag: v5.1.0) Added thanks ...
Do not fail presentation roles in click-events-have-key-events
github.com/jsx-eslint/eslint-plugin-jsx-a11y - d5a442a7288ae38228963975014cf9846b9d0a78 authored over 7 years agogithub.com/jsx-eslint/eslint-plugin-jsx-a11y - a6bc1c7dcb1054140c1c36452f1d2ef9417997d7 authored over 7 years ago
Limit failures in non-interactive interacts to keyboard, mouse and fo…
github.com/jsx-eslint/eslint-plugin-jsx-a11y - 297dd52de4e7526a48a148ee68d434d9c145a4ca authored over 7 years agoAllow for stricter no-literals rule
github.com/jsx-eslint/eslint-plugin-react - 31e55d2999d33a7d5c79d54c58dfd9f4717a711a authored over 7 years agogithub.com/jsx-eslint/eslint-plugin-react - 8a2bc816b2fcebaefd7dae90ce35a28fdc2d585b authored over 7 years ago
Fix void-dom-elements-no-children crash
github.com/jsx-eslint/eslint-plugin-react - 4a355365776a368a61f90f88f03e9164613acd51 authored over 7 years agogithub.com/jsx-eslint/eslint-plugin-react - 433cff8511095691428ad7358635ae895fd2b31c authored over 7 years ago
github.com/jsx-eslint/eslint-plugin-jsx-a11y - 1bdf02e5c99380a3e91bf5ece08b2af25ac6afa4 authored over 7 years ago
Add rule no static typos
github.com/jsx-eslint/eslint-plugin-react - 690832fe24d30b505cd5d9f8b62429ca8f2717cb authored over 7 years agogithub.com/jsx-eslint/eslint-plugin-react - afd6ea0d18cdd3b70ee4e1087bce74b2143c762b authored over 7 years ago
github.com/jsx-eslint/eslint-plugin-react - 82facc84492179be073afa4f26b1ea97c369d775 authored over 7 years ago
github.com/jsx-eslint/eslint-plugin-react - 73d4941cea01773614469b0603edb091fb54b5b3 authored over 7 years ago
github.com/jsx-eslint/eslint-plugin-jsx-a11y - b15b7f845b3b7c504d7d255b811343a807115d48 authored over 7 years ago
github.com/jsx-eslint/eslint-plugin-jsx-a11y - bb6038ba653ce29cf9a7e60810b8e61a35761bf0 authored over 7 years ago
github.com/jsx-eslint/eslint-plugin-jsx-a11y - 1325369a1e4d83acb96365106d3a97ade2df3342 authored over 7 years ago
github.com/jsx-eslint/eslint-plugin-jsx-a11y - 71ce135afc114478d057e3f832b3a9002208cbc8 authored over 7 years ago
github.com/jsx-eslint/eslint-plugin-jsx-a11y - 31753c7b6cce8c617bce81d635d7405d35ae3df6 authored over 7 years ago
Remove development artifacts from the NPM package
github.com/jsx-eslint/eslint-plugin-jsx-a11y - 436acd27a5e9589d6009484f2284c7470bd67800 authored over 7 years agogithub.com/jsx-eslint/eslint-plugin-jsx-a11y - f9d3ba9a489f5a3bf6c793f2e97bab3f9a935619 authored over 7 years ago
github.com/jsx-eslint/eslint-plugin-jsx-a11y - c121cd00ae2e90ae9fb2a14fc4f83e738a999471 authored over 7 years ago