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 #112 from Cellule/nested_prop_types

Added support for nested prop types (fixes #105, fixes #62)

github.com/jsx-eslint/eslint-plugin-react - c0ed5fc3d7145d111b619b3fea7507b464a47fb6 authored over 9 years ago by Yannick Croissant <[email protected]>
Merge pull request #114 from Cellule/windows_tests

Fix test command for Windows

github.com/jsx-eslint/eslint-plugin-react - 9d4bc51156899dfc362e91bcbcde064886aa5b58 authored over 9 years ago by Yannick Croissant <[email protected]>
Point directly to mocha instead of symlink in .bin. On Windows the file in .bin is not a symlink.

Inspired by solution in eslint

github.com/jsx-eslint/eslint-plugin-react - 35bdea1d89ee2a7f93c280183b2888f2c0e6628d authored over 9 years ago by Michael Ferris <[email protected]>
Support nested prop types and use react propTypes to make further analysis.

Minimal analyse of primitive propTypes.

github.com/jsx-eslint/eslint-plugin-react - ddd1f66455269b38534f2d75d91a01ecd4b6d4c0 authored over 9 years ago by Michael Ferris <[email protected]>
Update History and bump version

github.com/jsx-eslint/eslint-plugin-react - cde6d76ede70eb7a31ce8167989cbbb09500c479 authored over 9 years ago by Yannick Croissant <[email protected]>
Fix regression in jsx-uses-vars with babel-eslint (fixes #110)

github.com/jsx-eslint/eslint-plugin-react - b6d926837499030eac41446a3bfac847323ec1a0 authored over 9 years ago by Yannick Croissant <[email protected]>
Update History and bump version

github.com/jsx-eslint/eslint-plugin-react - ee57450b8f18f233d052c4159b004612af48f72f authored over 9 years ago by Yannick Croissant <[email protected]>
Update dependencies

github.com/jsx-eslint/eslint-plugin-react - 4808d588149cf401b29c2cb12c089f86ba7c2b1c authored over 9 years ago by Yannick Croissant <[email protected]>
Fix hasOwnProperty that is taken for a prop (fixes #102)

github.com/jsx-eslint/eslint-plugin-react - 09c15132c60ff0969115b4192cb4ea38d033d067 authored over 9 years ago by Yannick Croissant <[email protected]>
Merge pull request #99 from morenoh149/patch-1

Update no-did-mount-set-state documentation

github.com/jsx-eslint/eslint-plugin-react - eebb1d96176b15d5895a07dcdf95f2fd10e3cf8a authored over 9 years ago by Yannick Croissant <[email protected]>
Update no-did-mount-set-state.md

github.com/jsx-eslint/eslint-plugin-react - c39bab5bd602c21635b78fdee117b20c542b30f4 authored over 9 years ago by Harry Moreno <[email protected]>
Fix prop-types crash when propTypes definition is invalid (fixes #95)

github.com/jsx-eslint/eslint-plugin-react - 837d0ada761e92168f5323917efb58f3a3cdc603 authored over 9 years ago by Yannick Croissant <[email protected]>
Fix jsx-uses-vars for ES6 classes (fixes #96)

github.com/jsx-eslint/eslint-plugin-react - c188307a59504a316e5b75cf38959b2765860052 authored over 9 years ago by Yannick Croissant <[email protected]>
Update History and bump version

github.com/jsx-eslint/eslint-plugin-react - 6e07ee40f3dfb1a91c272534b3ce386e599839ad authored over 9 years ago by Yannick Croissant <[email protected]>
Update dependencies

github.com/jsx-eslint/eslint-plugin-react - 29d4eb6cbfcb568e29778ec76e0be95f65fc8bc2 authored over 9 years ago by Yannick Croissant <[email protected]>
Merge pull request #94 from PiPeep/granular-wrap-multilines

Make wrap-multilines more granular

github.com/jsx-eslint/eslint-plugin-react - 6732c11bf8e0100b5de4453cc4d6918ab594b567 authored over 9 years ago by Yannick Croissant <[email protected]>
Make wrap-multilines more granular

This adds an option for enabling/disabling wrap-multilines in the
context of the enclosing expre...

github.com/jsx-eslint/eslint-plugin-react - 3610e9d3c513519aa690709da3d69e28ce459ec0 authored over 9 years ago by Benjamin Woodruff <[email protected]>
Merge pull request #93 from lencioni/sort-list

Sort list of rules in readme

github.com/jsx-eslint/eslint-plugin-react - 92f33bcebd7a4ed75169b6178818251fb6dab6bf authored over 9 years ago by Yannick Croissant <[email protected]>
Merge pull request #92 from lencioni/sort-comp-doc

Fix comma placement in sort-comp documentation

github.com/jsx-eslint/eslint-plugin-react - dd41688c72a2ceede9cc3f8c6d912c0faae58a3d authored over 9 years ago by Yannick Croissant <[email protected]>
Sort list of rules in readme

Sorting these rules alphabetically will help people find the rules that
they are looking for eas...

github.com/jsx-eslint/eslint-plugin-react - 6425b10e8872872dfbb81e1f0d1f44e968fe86e9 authored over 9 years ago by Joe Lencioni <[email protected]>
Fix comma placement in sort-comp documentation

github.com/jsx-eslint/eslint-plugin-react - 1c15035e0f0fe73ac18bd68a40ff8f449c3f792d authored over 9 years ago by Joe Lencioni <[email protected]>
Update History and bump version

github.com/jsx-eslint/eslint-plugin-react - fc8a62e999e34a651fd007aee3d28cfafe791fb0 authored over 9 years ago by Yannick Croissant <[email protected]>
Update dependencies

github.com/jsx-eslint/eslint-plugin-react - 880d71e3ce19cb2f9fa4537932a1eed715744531 authored over 9 years ago by Yannick Croissant <[email protected]>
Only check object direct properties when computing the methods order (fixes #88)

github.com/jsx-eslint/eslint-plugin-react - 89dcdf62e27770be330fdc75fcd45addc23fe256 authored over 9 years ago by Yannick Croissant <[email protected]>
Fix some comments

github.com/jsx-eslint/eslint-plugin-react - 8f1acfc1e25af15e809677db467843b8b5f97b5f authored over 9 years ago by Yannick Croissant <[email protected]>
Merge pull request #91 from matthewwithanm/advise-node-proptype

Suggest `PropTypes.node` for children

github.com/jsx-eslint/eslint-plugin-react - 1a77dae0ca64e9a72c50c83b1cb5c0521b8789b2 authored over 9 years ago by Yannick Croissant <[email protected]>
Suggest `PropTypes.node` for children

github.com/jsx-eslint/eslint-plugin-react - 808fdc8049d190bd128dae81b37fa17c5818365e authored over 9 years ago by Matthew Dapena-Tretter <[email protected]>
Merge pull request #90 from zertosh/fix-package-license

Fix license field in package.json

github.com/jsx-eslint/eslint-plugin-react - 4fdceb4fcaa7729e4428f6816085bc27f494077c authored over 9 years ago by Yannick Croissant <[email protected]>
Merge pull request #89 from zertosh/more-sort-comp

Add context props to sort-comp

github.com/jsx-eslint/eslint-plugin-react - 3da7535cae4f778709f234cb40a1d5978c5ccab2 authored over 9 years ago by Yannick Croissant <[email protected]>
Fix license field in package.json

github.com/jsx-eslint/eslint-plugin-react - 7663be8917b88305135d053ea9837abe664084e1 authored over 9 years ago by Andres Suarez <[email protected]>
Add context props to sort-comp

github.com/jsx-eslint/eslint-plugin-react - ec1c62be30bf20273e1f936cb11dc54708a154c0 authored over 9 years ago by Andres Suarez <[email protected]>
Merge pull request #85 from cody/master

Fix property itemID

github.com/jsx-eslint/eslint-plugin-react - ab7d2191f71777515d4afe6cb1e7bbea57337110 authored over 9 years ago by Yannick Croissant <[email protected]>
Merge pull request #82 from dominicbarnes/jsx-pragma-config

Add support for setting the jsx pragma value in eslintrc (fixes #80)

github.com/jsx-eslint/eslint-plugin-react - b21b741f45980a8fa48a6c596996aa53fbe2dcb2 authored over 9 years ago by Yannick Croissant <[email protected]>
Fix property itemID

github.com/jsx-eslint/eslint-plugin-react - 60c2f13871e8180b21b1d65e7030d6cf4088b400 authored over 9 years ago by Stefan Dombrowski <[email protected]>
adding support for setting the jsx pragma value via config

github.com/jsx-eslint/eslint-plugin-react - 82b70636a5830d2b232a109df77ac670d446e81b authored over 9 years ago by Dominic Barnes <[email protected]>
Update History and bump version

github.com/jsx-eslint/eslint-plugin-react - 598ab384aa7b73d9da67d5c89ae3ac2878cca538 authored over 9 years ago by Yannick Croissant <[email protected]>
Merge pull request #78 from yannickcr/rule-sort-comp

Add sort-comp rule (fixes #39)

github.com/jsx-eslint/eslint-plugin-react - 6c4accd9ef75b34991f7b2f2de5c76581fded097 authored over 9 years ago by Yannick Croissant <[email protected]>
Add sort-comp rule

github.com/jsx-eslint/eslint-plugin-react - 8b93659ded2ec0fc2278d68b700338625bbcfda7 authored over 9 years ago by Yannick Croissant <[email protected]>
Improve errors locations for prop-types

github.com/jsx-eslint/eslint-plugin-react - 33a8be06b5622a98f902904a51c51e0f75fd2d6c authored over 9 years ago by Yannick Croissant <[email protected]>
Add allow-in-func option to no-did-mount-set-state (fixes #56)

github.com/jsx-eslint/eslint-plugin-react - 70fef7194783c1603f2b7d89e698647706aab658 authored over 9 years ago by Yannick Croissant <[email protected]>
Reformat no-did-mount-set-state and no-did-update-set-state tests

github.com/jsx-eslint/eslint-plugin-react - bb96d3cb2e88f4da3d60b04d67e7a064de706688 authored over 9 years ago by Yannick Croissant <[email protected]>
Update dependencies

github.com/jsx-eslint/eslint-plugin-react - 74c476adc2ab457a97ada5d07a795aa838985698 authored over 9 years ago by Yannick Croissant <[email protected]>
Fix quoted propTypes in ES6 (fixes #77)

github.com/jsx-eslint/eslint-plugin-react - 98718a3c4120f66899b3cce1cf63acdc248d1071 authored over 9 years ago by Yannick Croissant <[email protected]>
Update History and bump version

github.com/jsx-eslint/eslint-plugin-react - c59a6d81865857269c69a9e680e7c36a429ce555 authored over 9 years ago by Yannick Croissant <[email protected]>
Fix files permissions

github.com/jsx-eslint/eslint-plugin-react - 916e2f95877644c9a746eb68110a096f16e97d4c authored over 9 years ago by Yannick Croissant <[email protected]>
Fix regression in jsx-uses-vars (fixes #73)

github.com/jsx-eslint/eslint-plugin-react - ad4117735ac54c0bfe50b9299b1d83988bb4b4ba authored over 9 years ago by Yannick Croissant <[email protected]>
Merge pull request #72 from AlexKVal/38_sort_propTypes

Add jsx-sort-prop-types rule (fixes #38)

github.com/jsx-eslint/eslint-plugin-react - a8737b54f92b745d4204ec712bc359e8cf75ecff authored over 9 years ago by Yannick Croissant <[email protected]>
[added] Add jsx-sort-prop-types rule.

github.com/jsx-eslint/eslint-plugin-react - 4c1a524457a5f276411a0b174a69bde16b0d03cd authored over 9 years ago by AlexKVal <[email protected]>
Add docs for jsx-sort-prop-types rule.

github.com/jsx-eslint/eslint-plugin-react - d2676bc92dfd0ac935922e8bc9baa9b9a4e7ee02 authored over 9 years ago by AlexKVal <[email protected]>
Add realization code for jsx-sort-prop-types rule.

github.com/jsx-eslint/eslint-plugin-react - b92d2b2249647024113c7cbc4fff448f1245fd18 authored over 9 years ago by AlexKVal <[email protected]>
Add tests for jsx-sort-prop-types rule.

github.com/jsx-eslint/eslint-plugin-react - a697753d44c813eecc9c7b5fb1f4ab1a41ef87bc authored over 9 years ago by AlexKVal <[email protected]>
Merge pull request #71 from AlexKVal/docs

Docs fix spare word

github.com/jsx-eslint/eslint-plugin-react - 76d5cd4f7eadd746531c770d5e93112989923b83 authored over 9 years ago by Yannick Croissant <[email protected]>
Docs fix spare word

github.com/jsx-eslint/eslint-plugin-react - 29ff10fa3d8c8e232625646127bd229e77129477 authored over 9 years ago by AlexKVal <[email protected]>
Merge pull request #69 from burnnat/fix-jsx-props

Only mark component types as used, not prop names.

github.com/jsx-eslint/eslint-plugin-react - 862434302e8f3a845bc9a7106f3644ae7fa2b221 authored over 9 years ago by Yannick Croissant <[email protected]>
Only mark component types as used, not prop names.

github.com/jsx-eslint/eslint-plugin-react - 3fc121bcf29c916f741c8ab51f559d7a101bd1f3 authored over 9 years ago by Nat Burns <[email protected]>
Update History and bump version

github.com/jsx-eslint/eslint-plugin-react - 3e2e92d55c400e01ba6c67855e6e47554d5a7d3f authored over 9 years ago by Yannick Croissant <[email protected]>
Add ESLint as peerDependency

github.com/jsx-eslint/eslint-plugin-react - 2c3418a71fda0297a85cc2718e0e4d242ae0e854 authored over 9 years ago by Yannick Croissant <[email protected]>
Merge branch 'peerDep' of https://github.com/AlexKVal/eslint-plugin-react into AlexKVal-peerDep

github.com/jsx-eslint/eslint-plugin-react - 48004bf69edbbc9278e7ddc1fc73b55cbcb3fbd0 authored over 9 years ago by Yannick Croissant <[email protected]>
Add support for classes static properties (fixes #43)

github.com/jsx-eslint/eslint-plugin-react - 6006e24dbba186d7c8d6ae6d009b34341828dd24 authored over 9 years ago by Yannick Croissant <[email protected]>
Add additional test for babel-eslint

github.com/jsx-eslint/eslint-plugin-react - 9ef32003490161f32d570ed465fac7e12013c40b authored over 9 years ago by Yannick Croissant <[email protected]>
Merge branch 'master' of https://github.com/yannickcr/eslint-plugin-react

github.com/jsx-eslint/eslint-plugin-react - 39aedb23f62eb20f515933439c07f8d9dd5af8dc authored over 9 years ago by Yannick Croissant <[email protected]>
Reproduce error using ES6 imports

github.com/jsx-eslint/eslint-plugin-react - 765cb27ec4f711d83466f1d77bb4f67d49d9a1f6 authored over 9 years ago by Nicola Molinari <[email protected]>
Update dependencies

github.com/jsx-eslint/eslint-plugin-react - 56c4d58f82f9b382143d17167abe2879491f22bd authored over 9 years ago by Yannick Croissant <[email protected]>
Update dependencies

github.com/jsx-eslint/eslint-plugin-react - 11d5230d4f9a1657cd1b15f0eadb5c980dece75f authored over 9 years ago by Yannick Croissant <[email protected]>
Change `componentDidMount` to `componentDidUpdate`

github.com/jsx-eslint/eslint-plugin-react - d417c09e95d669a330f07b92f04ae86f1adc7661 authored over 9 years ago by Christopher James Calo <[email protected]>
Add annotation to docs for props.children and alike

github.com/jsx-eslint/eslint-plugin-react - f9d141c3eb8c718d74b688f82e423716ae6b1c9f authored over 9 years ago by AlexKVal <[email protected]>
Add jsx-boolean-value rule (fixes #11)

github.com/jsx-eslint/eslint-plugin-react - 31975421dcd51dc326f5b0def78a5d7f55754976 authored over 9 years ago by Yannick Croissant <[email protected]>
Enable jsx-uses-vars rule to WARN by default

Fixes #49

github.com/jsx-eslint/eslint-plugin-react - c69c95da5e355c6d0380ff5359b46c9e3d8f713a authored over 9 years ago by Ben Anderson <[email protected]>
Update History and bump version

github.com/jsx-eslint/eslint-plugin-react - 80b51cb8178ad80780191c21441c075cfffa4ffd authored over 9 years ago by Yannick Croissant <[email protected]>
[fixed] Add mandatory eslint package as peerDependency.

From http://eslint.org/docs/developer-guide/working-with-plugins.html
`To make clear that the pl...

github.com/jsx-eslint/eslint-plugin-react - 9026a4fa39445d0947b7406dbf4c3fd1cd1fb759 authored over 9 years ago by AlexKVal <[email protected]>
Merge pull request #60 from chriscalo/patch-1

Change `componentDidMount` to `componentDidUpdate`

github.com/jsx-eslint/eslint-plugin-react - 2a3187fdc1e7e6d3e26cb3140aab65cc5b2dbe82 authored over 9 years ago by Yannick Croissant <[email protected]>
Change `componentDidMount` to `componentDidUpdate`

github.com/jsx-eslint/eslint-plugin-react - f071cc92d563d021639bcf2fd469098aa863f454 authored over 9 years ago by Christopher James Calo <[email protected]>
Update dependencies

github.com/jsx-eslint/eslint-plugin-react - 75fccc6305bd8e8ae3d6885da604e875906cddbe authored over 9 years ago by Yannick Croissant <[email protected]>
Merge pull request #59 from emmenko/react-in-jsx-scope-es6-import

Reproduce error using ES6 imports

github.com/jsx-eslint/eslint-plugin-react - bfebfb3c538ac8c2fcd180afbd3e00d5f87a0984 authored over 9 years ago by Yannick Croissant <[email protected]>
Reproduce error using ES6 imports

github.com/jsx-eslint/eslint-plugin-react - 4cbe94636308f51cb1d415b3f0ba3e79dda3f3f7 authored over 9 years ago by Nicola Molinari <[email protected]>
Update dependencies

github.com/jsx-eslint/eslint-plugin-react - f2a905c56c664c1d5db4f44ee2401ec651b17743 authored over 9 years ago by Yannick Croissant <[email protected]>
Merge pull request #55 from AlexKVal/children_props

Add annotation to docs for props.children and alike

github.com/jsx-eslint/eslint-plugin-react - 21d9b2822c56ac6e779e529a3adb2f9270413fd9 authored over 9 years ago by Yannick Croissant <[email protected]>
Add annotation to docs for props.children and alike

github.com/jsx-eslint/eslint-plugin-react - 9a8929bad43625b42c2285bbba063c954b3d7ca6 authored over 9 years ago by AlexKVal <[email protected]>
Update History and bump version

github.com/jsx-eslint/eslint-plugin-react - a07e1fe5cccffe2897468d2efb409f0c33535a4c authored over 9 years ago by Yannick Croissant <[email protected]>
Add jsx-boolean-value rule (fixes #11)

github.com/jsx-eslint/eslint-plugin-react - 50061e4bacc9e917c318371891530860f61ca2b5 authored over 9 years ago by Yannick Croissant <[email protected]>
Merge pull request #51 from banderson/enable-jsx-uses-vars-by-default

Enable jsx-uses-vars rule to WARN by default

github.com/jsx-eslint/eslint-plugin-react - 62ba591ab173ddf8d46ddda9ee1206b53e58a88f authored over 9 years ago by Yannick Croissant <[email protected]>
Merge pull request #53 from AlexKVal/fix_comment

Fix describing comment for hasSpreadOperator() method

github.com/jsx-eslint/eslint-plugin-react - c72476727b326b3f7fb525f394012178afd8f6db authored over 9 years ago by Yannick Croissant <[email protected]>
fix describing comment for hasSpreadOperator() method

github.com/jsx-eslint/eslint-plugin-react - 85eea912beb439cfa8eb0f1f0e1d34822e025ade authored almost 10 years ago by AlexKVal <[email protected]>
Enable jsx-uses-vars rule to WARN by default

Fixes #49

github.com/jsx-eslint/eslint-plugin-react - d0d998b87c40b3129af88c711510848afc10b5f7 authored almost 10 years ago by Ben Anderson <[email protected]>
Add support for static methods in display-name and prop-types (fixes #48)

github.com/jsx-eslint/eslint-plugin-react - ac426038dbb8f2e18338be933a11e9ea8a14a486 authored almost 10 years ago by Yannick Croissant <[email protected]>
Fix variable detection with babel-eslint (fixes #50)

github.com/jsx-eslint/eslint-plugin-react - 6a63a6c4b143d0148a71d96ef7144f0b134c0234 authored almost 10 years ago by Yannick Croissant <[email protected]>
Merge pull request #47 from zertosh/resort-on-spread

Reset alpha verification on spread attr

github.com/jsx-eslint/eslint-plugin-react - 43ef52db22330f2b519241fd5943460d90cbfd09 authored almost 10 years ago by Yannick Croissant <[email protected]>
Reset alpha verification on spread attr

github.com/jsx-eslint/eslint-plugin-react - ed2c7d5ee335e537e8ae68d67436a24d73fe2629 authored almost 10 years ago by Andres Suarez <[email protected]>
Update History and bump version

github.com/jsx-eslint/eslint-plugin-react - 8f3941ca62f01bc7c3add81a664f90f5aebca41e authored almost 10 years ago by Yannick Croissant <[email protected]>
Ignore rest spread when destructuring props (fixes #46)

github.com/jsx-eslint/eslint-plugin-react - 7830ee0f0b0be1ddda6564c04022d404795d0c47 authored almost 10 years ago by Yannick Croissant <[email protected]>
Fix component detection in prop-types and display-name (fixes #45)

github.com/jsx-eslint/eslint-plugin-react - 04cb12475daa7ceed3adfb6024d6397bfcd053f7 authored almost 10 years ago by Yannick Croissant <[email protected]>
Merge pull request #42 from zertosh/sort-props-spread

Handle spread in jsx-sort-props

github.com/jsx-eslint/eslint-plugin-react - 106990a656ddb949e2daa83447839e9e5a97f955 authored almost 10 years ago by Yannick Croissant <[email protected]>
Handle spread in jsx-sort-props

github.com/jsx-eslint/eslint-plugin-react - 08d791d818bbf30f5a9f77355611a93d850dcad4 authored almost 10 years ago by Andres Suarez <[email protected]>
Update History and bump version

github.com/jsx-eslint/eslint-plugin-react - 6eac51962350eb8d128d1f8391caa5525d892e50 authored almost 10 years ago by Yannick Croissant <[email protected]>
Fix props detection when used in an object (fixes #41)

github.com/jsx-eslint/eslint-plugin-react - 8b7b8483145d57729bd61cce0eeb9ef0c20d4f94 authored almost 10 years ago by Yannick Croissant <[email protected]>
Update History and bump version

github.com/jsx-eslint/eslint-plugin-react - 2d9004b5115cc92708f74f0012a2a60c492a98d2 authored almost 10 years ago by Yannick Croissant <[email protected]>
Add jsx-sort-props rule (fixes #16)

github.com/jsx-eslint/eslint-plugin-react - 7d0e1870c66678ab9715d41c9e98aa283d5ddd82 authored almost 10 years ago by Yannick Croissant <[email protected]>
Add ignore option to prop-types rule

github.com/jsx-eslint/eslint-plugin-react - 216af61e3334968f04042d6263c5cf8a77e279b4 authored almost 10 years ago by Yannick Croissant <[email protected]>
Group component related functions

github.com/jsx-eslint/eslint-plugin-react - 74f11302209de27c88c9710cd3b15537058b0521 authored almost 10 years ago by Yannick Croissant <[email protected]>
Check for computed property names in prop-types.

github.com/jsx-eslint/eslint-plugin-react - 3b5cf97234a10794a5dfcf7be934e44425fbee07 authored almost 10 years ago by Nat Burns <[email protected]>