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 - 708b961f2592c6ce869a3e6cee30408d074a7990 authored over 7 years ago
Fixes #1219.
github.com/jsx-eslint/eslint-plugin-react - 34f83a540d0f088882e349f744c8a6360f6cd544 authored over 7 years agoSupport lifecycle methods with nextProps/prevProps in no-unused-prop-types
github.com/jsx-eslint/eslint-plugin-react - 11117a4eae8882959c134f930cb2ea26c4b8ea75 authored over 7 years agoSigned-off-by: Gabriel Peal <[email protected]>
github.com/jsx-eslint/eslint-plugin-react - ee66c3b39555962ba38d8723b6cf606dc67c5930 authored over 7 years agoAdd sub rule configuration to anchor-is-valid.
github.com/jsx-eslint/eslint-plugin-jsx-a11y - 1a633af172962b289e558a99823feaf0c91ef841 authored over 7 years agogithub.com/jsx-eslint/eslint-plugin-jsx-a11y - 121600b0db686e34756394bb79d9c06481803287 authored over 7 years ago
github.com/jsx-eslint/eslint-plugin-react - 309d37cac5d288f10193f72e8915fba7770c0b4f authored over 7 years ago
github.com/jsx-eslint/eslint-plugin-react - dda84f406e3942ebbeef28fae1f321323fd519ea authored over 7 years ago
Update jsx-no-bind.md
github.com/jsx-eslint/eslint-plugin-react - 2748421b44d5b615a95dbbbd8fec2302e3d09d47 authored over 7 years agogithub.com/jsx-eslint/eslint-plugin-jsx-a11y - e23d1583d2cce56c315b6b6275cc6c0d67049f81 authored over 7 years ago
github.com/jsx-eslint/eslint-plugin-react - 8983d64d4a1bc487b532b640ce20ce8c2220b48d authored over 7 years ago
github.com/jsx-eslint/eslint-plugin-react - ebc6778a622b1d65dd95c2cceb060724df595744 authored over 7 years ago
github.com/jsx-eslint/eslint-plugin-react - e7a838e055210be18ecfbf4709d1853ab8b855ed authored over 7 years ago
Split interactive supports focus into tabbable and focusable cases
github.com/jsx-eslint/eslint-plugin-jsx-a11y - 4f0052df643548d0e1e3328d01d3b7b5e088aca2 authored over 7 years agogithub.com/jsx-eslint/eslint-plugin-jsx-a11y - d856a7fabe41591509a7987365b71b69118eaad0 authored over 7 years ago
github.com/jsx-eslint/eslint-plugin-jsx-a11y - 23939e32f3a5e27ff98bc8b0c5244a127d5cf010 authored over 7 years ago
see #832
github.com/jsx-eslint/eslint-plugin-react - 36c7ade62280cd67ab679bb5b7c223991628bd45 authored over 7 years ago
* Extending the list of lifecycle methods
* Checking also for the `prevProps` parameter name
Cu...
github.com/jsx-eslint/eslint-plugin-react - 6f2dbb787dab19ffa4e12e674a86e7452fb1ff7d authored over 7 years agoThe valid tests have two props, one is used in the render() function and the other in nextProps ...
github.com/jsx-eslint/eslint-plugin-react - e672e0fc3d7e349c1d968ca251cbe421a5947be2 authored over 7 years ago[Docs]: anchor-is-valid doc fix.
github.com/jsx-eslint/eslint-plugin-jsx-a11y - c0de387650495259763d98efd7cecdc56cf9343d authored over 7 years agogithub.com/jsx-eslint/eslint-plugin-jsx-a11y - 87e54eb4181b347243012ed5fe8264ee1bc48c55 authored over 7 years ago
Remove some dead code
github.com/jsx-eslint/eslint-plugin-react - fa510179ed28008ada66c239ed2bbc2037423a09 authored over 7 years agogithub.com/jsx-eslint/eslint-plugin-react - 3ad837f20b75f3447e0d31f8e98fed55d68cb559 authored over 7 years ago
github.com/jsx-eslint/eslint-plugin-react - fffa6c5d5c8b14ce0badca8267858d59526c0c86 authored over 7 years ago
github.com/jsx-eslint/eslint-plugin-react - a024a09d99c0d5cd040250da3780b76303190183 authored over 7 years ago
React.createElement() crashes the linter since first argument is undefined.
github.com/jsx-eslint/eslint-plugin-react - 2868dc68bc63ff6abce6cef2fa21e39dad3008b4 authored over 7 years agoFix required prop types for classes with annotated methods.
github.com/jsx-eslint/eslint-plugin-react - dc03975ffec67fdc8cb725c033061410643eee0d authored over 7 years ago
The `react/prop-types` rule incorrectly considers flow type
annotations on class methods with a...
remove quotes when considering the name of a proptype
github.com/jsx-eslint/eslint-plugin-react - ccb213dd6aee79be156123834583b22b22f46165 authored over 7 years ago
The added test illustrates the failing case. Proptypes with quotes
were referred to by the quote...
github.com/jsx-eslint/eslint-plugin-react - ec94608fa63c30fec631fa52ee180a2e1bc22f15 authored over 7 years ago
Add react/no-redundant-should-component-update
github.com/jsx-eslint/eslint-plugin-react - 7ebcd486160277b4e13fed2a484156fc2e9420f6 authored over 7 years agoFix wrong method name in examples for no-will-update-set-state
github.com/jsx-eslint/eslint-plugin-react - a80cf0cc7f26157eab9ab522b8404c745ae3b909 authored over 7 years agoDon't issue errors for `<a/>` with target=_blank and non-external URLs
github.com/jsx-eslint/eslint-plugin-react - 5aa4470956b00f694decbbebc95cd49a2d8a5e29 authored over 7 years agoFix false positive in no-unused-proptype
github.com/jsx-eslint/eslint-plugin-react - 089beec148f868a1a0ff20f71ab7203c9b56641f authored over 7 years agogithub.com/jsx-eslint/eslint-plugin-react - d414bb723d4278d7664aa87d34485fb9579b1b4d authored over 7 years ago
Fix regression bug in jsx-sort-props
github.com/jsx-eslint/eslint-plugin-react - b74a693bf21b706f238087ed835ea226c1259e3c authored over 7 years agogithub.com/jsx-eslint/eslint-plugin-react - bf69820675bcc3aa5408cbb37259fdf17c24be4b authored over 7 years ago
github.com/jsx-eslint/eslint-plugin-react - 12067db21bc968d529482a907e30c039c9bee223 authored over 7 years ago
github.com/jsx-eslint/eslint-plugin-react - b66268be05ae6ecd1828743e8c02d217d03e52ad authored over 7 years ago
Add anchor-is-valid rule
github.com/jsx-eslint/eslint-plugin-jsx-a11y - 83994a8d24a8d33b8481a8ec6cb832c353cd3522 authored over 7 years agogithub.com/jsx-eslint/eslint-plugin-jsx-a11y - 6399a08e9e31ddf2d2fabbfa61e8e35a4e88ce56 authored over 7 years ago
github.com/jsx-eslint/eslint-plugin-react - 89c33b66dc36aa1967e9e29ddb23827e7d626410 authored over 7 years ago
github.com/jsx-eslint/eslint-plugin-react - 664e5df69f5ff30848ae120c4cc2c67e3431a188 authored over 7 years ago
github.com/jsx-eslint/eslint-plugin-react - f85ff448b8f1186095dc9e6bfa0e3b5d4bc3ccc7 authored over 7 years ago
github.com/jsx-eslint/eslint-plugin-react - 7c4550951a0b2bf9c7c20db1409e0367a6072305 authored over 7 years ago
github.com/jsx-eslint/eslint-plugin-react - ba0b25b2583fd8aac5c1b51cdaad3802cd30e047 authored over 7 years ago
Allow label-has-for rule to pass if containing nesting content.
github.com/jsx-eslint/eslint-plugin-jsx-a11y - fe9bd6fda5e692b6f7c6b4857aba276831c7e550 authored over 7 years agogithub.com/jsx-eslint/eslint-plugin-react - fbacf4d1ed3dfefe69263833c1db33d8ba8e4350 authored over 7 years ago
github.com/jsx-eslint/eslint-plugin-react - f01b82d4a16cf5c1ee2ba342a7fddf469814d1d6 authored over 7 years ago
* Remove rest/spread on import
* Add fixer
github.com/jsx-eslint/eslint-plugin-jsx-a11y - 06c30c3559646a241f616c8e961f7a693682c13d authored over 7 years ago
github.com/jsx-eslint/eslint-plugin-react - b863f9fcb413cd2d0a45547084bf3ae9f6171d5a authored over 7 years ago
github.com/jsx-eslint/eslint-plugin-react - a8d4c9bab7d637a35a79238e5477255e3b8e6818 authored over 7 years ago
github.com/jsx-eslint/eslint-plugin-react - 0083670275de30e18fec8f2af983c836fe2fc61f authored over 7 years ago
github.com/jsx-eslint/eslint-plugin-react - 2d8d6197bcc3ed9feb2ca0a92c1aaf1d64e40ff3 authored over 7 years ago
github.com/jsx-eslint/eslint-plugin-react - cea8591e651cb646749ffb952e478084069cee7e authored over 7 years ago
github.com/jsx-eslint/eslint-plugin-react - 3bdc7da10ccd946522b901dd662b2ba694d90b17 authored over 7 years ago
github.com/jsx-eslint/eslint-plugin-react - f5d00c02dc87e53d4892c38b413f00d18283441e authored over 7 years ago
github.com/jsx-eslint/eslint-plugin-react - cc503b32556d748143f570eec37356fdd38d8e10 authored over 7 years ago
jsx-max-props-per-line: autofix
github.com/jsx-eslint/eslint-plugin-react - f0dcaca92418bb791f585e867d720a96dd43a277 authored over 7 years agogithub.com/jsx-eslint/eslint-plugin-react - 0fb170b1f26fe2921a2ed3cfd96d541bd0660c15 authored over 7 years ago
github.com/jsx-eslint/eslint-plugin-react - 45e3b9f2be6094d76de7ba01fb86af0868724d71 authored over 7 years ago
Add new rule 'default-props-match-prop-types'
github.com/jsx-eslint/eslint-plugin-react - 62daf821ec6ece7bd2539a0a645d9c2c8fba7709 authored over 7 years agogithub.com/jsx-eslint/eslint-plugin-jsx-a11y - 022899806677010a45df72e7e911a4169e970c2a authored over 7 years ago
github.com/jsx-eslint/eslint-plugin-jsx-a11y - 19b052ab5ac8203521712aff1106d795b4a2d96a authored over 7 years ago
github.com/jsx-eslint/eslint-plugin-react - 1c6ac4e0aa6f13ebb3f4a01b7da96e3071d3ddc9 authored over 7 years ago
github.com/jsx-eslint/eslint-plugin-react - a01b23c191be404e3fd04714a10fece64c632dbf authored over 7 years ago
github.com/jsx-eslint/eslint-plugin-react - d069049a73547dacaea952baf5a06f3045b5026d authored over 7 years ago
github.com/jsx-eslint/eslint-plugin-react - ae9c67e76fd12e31a236a42609e37ef24eea2ecc authored over 7 years ago
Small document improvements
github.com/jsx-eslint/eslint-plugin-react - 2d17b7f787a899b42564ae7290ea6f6aa40a7a2d authored over 7 years agogithub.com/jsx-eslint/eslint-plugin-jsx-a11y - fab40fe6cc150795695f2a0202856fdee23d03f6 authored over 7 years ago
github.com/jsx-eslint/eslint-plugin-jsx-a11y - f894304822427886f79e83519fb44ac4844c17bd authored over 7 years ago
github.com/jsx-eslint/eslint-plugin-jsx-a11y - 58b34a6c2566bbb05ce12847d730dcc6c15ec51e authored over 7 years ago
github.com/jsx-eslint/eslint-plugin-jsx-a11y - 4230a692b8afb649a21842a90ebddc256b4005bb authored over 7 years ago
github.com/jsx-eslint/eslint-plugin-jsx-a11y - a2e4cb1f7ff45a21979baac48416dfa2673195aa authored over 7 years ago
Fixing #241
github.com/jsx-eslint/eslint-plugin-jsx-a11y - d70ac7d7975819e7a52b85465ec67a0d93eb962a authored over 7 years agoClarify options and examples
Add missing changes
Apply suggestion
Merge remote-tracking br...
github.com/jsx-eslint/eslint-plugin-react - 859d12aac6ba62bfe9a304a450c8a3a676ab0ef1 authored over 7 years agodocs(prefer-es6-class): add missing prefix
github.com/jsx-eslint/eslint-plugin-react - ecc327a63a779deb625414c61e617798ad912dbf authored over 7 years agogithub.com/jsx-eslint/eslint-plugin-react - 6185e72550405b3b50a8e9b6339e16c568b43a68 authored over 7 years ago
github.com/jsx-eslint/eslint-plugin-react - 5a02508c8be6ae0add95bddb686b8f0b3bb69a3d authored over 7 years ago
fix: void-dom-elements-no-children
github.com/jsx-eslint/eslint-plugin-react - 647bcd433a28160ba71ed7a351ba7c5a8e127dd3 authored over 7 years agoFix ignorePureComponents when using class expressions.
github.com/jsx-eslint/eslint-plugin-react - 0dd4685fd6f31db39ab261967e2a7475d2922adf authored over 7 years agogithub.com/jsx-eslint/eslint-plugin-react - 03a806699291ff762ffad98c5d19fba8fec3c62a authored over 7 years ago
github.com/jsx-eslint/eslint-plugin-react - 385afe20a8cd129dead40fdb32d11e3f26befacf authored over 7 years ago
github.com/jsx-eslint/eslint-plugin-react - 7ca9841f22d599f447a27ef5b2a97def9229d6c8 authored over 7 years ago
Docs: fix wrong syntax in docs for prop-types rule
github.com/jsx-eslint/eslint-plugin-react - 9ce4d85b5c11efa93ff4dd271471e7b8b3410d40 authored over 7 years agogithub.com/jsx-eslint/eslint-plugin-react - 660790b46b3747fdeac25ec9a06be43ffc8ef68d authored over 7 years ago
github.com/jsx-eslint/eslint-plugin-react - 227fcf34208ab3e3efa1ca5e61e1a101ec713c0d authored over 7 years ago
github.com/jsx-eslint/eslint-plugin-react - af68f884bef33b0ea328c9d12383e88b813044d6 authored over 7 years ago
github.com/jsx-eslint/eslint-plugin-jsx-a11y - 9971241af71283ebeccda2375220a90c31b971f5 authored over 7 years ago
github.com/jsx-eslint/eslint-plugin-jsx-a11y - c156644b92fb21378af5eb10b1596ee9cdb9aa2b authored over 7 years ago
github.com/jsx-eslint/eslint-plugin-react - f7fb96ba0c82a32406e36d8c45c69bad2c07fe4f authored over 7 years ago
Fix the newline with object literals bug
github.com/jsx-eslint/eslint-plugin-react - f111e4572519ffb434e132789580c8b82e32f020 authored over 7 years agogithub.com/jsx-eslint/eslint-plugin-react - 3743e6de53cedec3ee600d520f13643b4ce1df20 authored over 7 years ago
github.com/jsx-eslint/eslint-plugin-react - 1ced71067e2bc3c87c4b083817a70666c0d3e0e0 authored over 7 years ago
github.com/jsx-eslint/eslint-plugin-react - 1534bdbea75bc8910cfec32ffff28585ed0d4ab3 authored over 7 years ago
github.com/jsx-eslint/eslint-plugin-react - 159d0e5f239dc4c3ddcf5d961f98917e78b40bd4 authored over 7 years ago
github.com/jsx-eslint/eslint-plugin-react - 1b5743f5fc7f1879e3f4a15938ec4c70bb2e6e09 authored over 7 years ago
github.com/jsx-eslint/eslint-plugin-react - 0a2c51093d39c1618efca7f5d56df5eba13b741d authored over 7 years ago