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

Add no-unknown-property rule (fixes #28)

github.com/jsx-eslint/eslint-plugin-react - 0d7b069208d8101731e8a62cd1893e256c1fda0b authored almost 10 years ago by Yannick Croissant <[email protected]>
Rewrite display-name and no-multi-comp rules (fixes #24)

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

github.com/jsx-eslint/eslint-plugin-react - 5963e2c6523c05d3c46daa3e7ef0ed91f44cc2f2 authored almost 10 years ago by Yannick Croissant <[email protected]>
Rewrite prop-types rule (fixes #27, fixes #33)

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

github.com/jsx-eslint/eslint-plugin-react - 36116d54b1181bf83f552c66a8e629fc0d37f306 authored almost 10 years ago by Yannick Croissant <[email protected]>
Update jsx-quotes documentation

github.com/jsx-eslint/eslint-plugin-react - 36dfffe13375845e7790b0783a55577fe5440738 authored almost 10 years ago by Yannick Croissant <[email protected]>
Fix jsx-no-undef with babel-eslint (fixes #30)

github.com/jsx-eslint/eslint-plugin-react - 7c004d396b04f37bfa02686a8cb1954d1cebe0fa authored almost 10 years ago by Yannick Croissant <[email protected]>
Fix jsx-quotes on Literal childs (fixes #29)

github.com/jsx-eslint/eslint-plugin-react - 7e510e5f8292554112f0c7957a2c80ccb0b8532c authored almost 10 years ago by Yannick Croissant <[email protected]>
Spelling

github.com/jsx-eslint/eslint-plugin-react - 9c37e38c0cf1c541cba86ffc0b8eb34db2cb8d91 authored almost 10 years ago by Richard Littauer <[email protected]>
Update History and bump version

github.com/jsx-eslint/eslint-plugin-react - f9d2019ae8ffe6f3db0dec2996921fb8ec9ad43d authored almost 10 years ago by Yannick Croissant <[email protected]>
Update dependencies

github.com/jsx-eslint/eslint-plugin-react - a5c3354a8c691b8b441a3b6ece5d1e5e2b9a097b authored almost 10 years ago by Yannick Croissant <[email protected]>
Add jsx-quotes rule (fixes #12)

github.com/jsx-eslint/eslint-plugin-react - a4dd47ae3a69bf9c185ea2ef87d3db0c683eecf9 authored almost 10 years ago by Yannick Croissant <[email protected]>
Add @jsx pragma support (fixes #23)

github.com/jsx-eslint/eslint-plugin-react - 106202594c4984f48aab966ce788ab26bdea041d authored almost 10 years ago by Yannick Croissant <[email protected]>
Fix react-in-jsx-scope in Node.js env

github.com/jsx-eslint/eslint-plugin-react - 00d5b85d640c5905fa9315b6b719f4d565bbc436 authored almost 10 years ago by Yannick Croissant <[email protected]>
Update coding style rules

github.com/jsx-eslint/eslint-plugin-react - e5460088fe761df0255b2f287052a3ac482f0cc9 authored almost 10 years ago by Yannick Croissant <[email protected]>
Add jsx-no-undef rule

github.com/jsx-eslint/eslint-plugin-react - 326bc8d47d49e70d87edc3e4ffc880c86f9a2fb9 authored almost 10 years ago by Yannick Croissant <[email protected]>
Fix usage of propTypes with an external object (fixes #9)

github.com/jsx-eslint/eslint-plugin-react - 1ed56331b74edfcee4b2e8c14302ee5cafbfc770 authored almost 10 years ago by Yannick Croissant <[email protected]>
Added trivial non-member function call expression to appease the code coverage gods.

github.com/jsx-eslint/eslint-plugin-react - fb962be3d3140c732bc146335821a38360222910 authored almost 10 years ago by Ben Mosher <[email protected]>
Modified no-did-X-set-state rules to enforce only for direct calls to this.setState; references/assignment are allowed.

Extra credit: ensure the reference is not used to be called thereafter. (not part of this commit.)

github.com/jsx-eslint/eslint-plugin-react - 0aa8a7f064ef55db38af3ca5a1d5996ab7cfb3ff authored almost 10 years ago by Ben Mosher <[email protected]>
Sort rules alphabetically in README.md

Sorting these alphabetically makes it easier to find what you are
looking for, and provides a si...

github.com/jsx-eslint/eslint-plugin-react - 4451e4a25ac1c94f1c8ce4e0b007196af0674bac authored almost 10 years ago by Joe Lencioni <[email protected]>
Update History and bump version

github.com/jsx-eslint/eslint-plugin-react - 8b37ad86cff0e6182a830e0102e380b9065db36a authored almost 10 years ago by Yannick Croissant <[email protected]>
Add jsx-uses-vars rule

github.com/jsx-eslint/eslint-plugin-react - 8f24d0fad4f37d9d71bce785ea1b9289cce6ad29 authored almost 10 years ago by Yannick Croissant <[email protected]>
Fix jsx-uses-react for ESLint 0.17.0

github.com/jsx-eslint/eslint-plugin-react - 526c8f557d65c3779c80894f11c6dcafcb49655a authored almost 10 years ago by Yannick Croissant <[email protected]>
Add test to ensure all rules are exported

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

github.com/jsx-eslint/eslint-plugin-react - bcc56be602ea948861cde010bb17fae1c1c0e664 authored almost 10 years ago by Yannick Croissant <[email protected]>
Fix usage of this.props without property (fixes #8)

github.com/jsx-eslint/eslint-plugin-react - 7065e1efa77a280b532194e9fa33228cac36c7a5 authored almost 10 years ago by Yannick Croissant <[email protected]>
Update documentation

github.com/jsx-eslint/eslint-plugin-react - 10f66c4f59d68b1ae4b851c261d3321c36806215 authored almost 10 years ago by Yannick Croissant <[email protected]>
Fix this.props.children marked as missing in props validation (fixes #7)

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

github.com/jsx-eslint/eslint-plugin-react - d4f339be9a5dfb5fb6ba16b371073144c2221bb0 authored almost 10 years ago by Yannick Croissant <[email protected]>
Update Readme

github.com/jsx-eslint/eslint-plugin-react - f03f3e3a4357687c71c9466a3c048c6c5ae79c8f authored almost 10 years ago by Yannick Croissant <[email protected]>
Update prop-types rule to check props usage (fixes #4)

github.com/jsx-eslint/eslint-plugin-react - df4cf52235459ca0e358b73065576e0e29813746 authored almost 10 years ago by Yannick Croissant <[email protected]>
Fix quotes rule in .eslintrc

github.com/jsx-eslint/eslint-plugin-react - d009e452dabfb6600289d0b83033a118be1dd476 authored almost 10 years ago by Yannick Croissant <[email protected]>
Merge pull request #6 from glenjamin/jsx-uses-react

Add jsx-uses-react rule

github.com/jsx-eslint/eslint-plugin-react - b9f894ee9ac52df7e222acd1c27890b1c1d6c743 authored almost 10 years ago by Yannick Croissant <[email protected]>
Merge pull request #5 from glenjamin/react-in-jsx-scope

Add react-in-jsx-scope rule

github.com/jsx-eslint/eslint-plugin-react - d2480bc84fde22339bc6b9a39fb5ebce4312ed12 authored almost 10 years ago by Yannick Croissant <[email protected]>
Add jsx-uses-react rule

This rule somewhat unusual, in that it modifies the behaviour
of a core eslint rule. The alterna...

github.com/jsx-eslint/eslint-plugin-react - ca87883a3b5d88e0a22755345513f12a22a97968 authored almost 10 years ago by Glen Mailer <[email protected]>
add react-in-jsx-scope rule

github.com/jsx-eslint/eslint-plugin-react - 5fec4025a209c8b064f2db1386c5bde7763f0084 authored almost 10 years ago by Glen Mailer <[email protected]>
Update History and bump version

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

github.com/jsx-eslint/eslint-plugin-react - 81baea497f6d85a985261f6c4a0b23725c3a01b0 authored almost 10 years ago by Yannick Croissant <[email protected]>
Add no-did-mount-set-state and no-did-update-set-state rules

github.com/jsx-eslint/eslint-plugin-react - 59ac136af48be4a5e746e7ee292fc452963147a8 authored almost 10 years ago by Yannick Croissant <[email protected]>
Update documentation

github.com/jsx-eslint/eslint-plugin-react - 7fef61bdb18136fbde4a468555541ec951679a6c authored almost 10 years ago by Yannick Croissant <[email protected]>
Add io.js to travis builds

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

github.com/jsx-eslint/eslint-plugin-react - f031dffcfab467777530cdbb27548623ddbb22cc authored almost 10 years ago by Yannick Croissant <[email protected]>
Update dependencies

github.com/jsx-eslint/eslint-plugin-react - 95e122422de0778997257ac41419152d7ac62843 authored almost 10 years ago by Yannick Croissant <[email protected]>
Fix childs detection in self-closing-comp (fixes #3)

github.com/jsx-eslint/eslint-plugin-react - cdd0d97d87a75b632d60d49a420c133b092ae47d authored almost 10 years ago by Yannick Croissant <[email protected]>
Update travis config file

github.com/jsx-eslint/eslint-plugin-react - f9e07da694c94fa5fc795f6893f86047cd3a41e5 authored almost 10 years ago by Yannick Croissant <[email protected]>
Merge pull request #2 from Gillespie59/patch-1

Update History.md file with the right Year

github.com/jsx-eslint/eslint-plugin-react - 7497e12b13fa9b4cc1b65cb70e595cf96818e1b6 authored almost 10 years ago by Yannick Croissant <[email protected]>
Update History.md file with the right Year ;)

github.com/jsx-eslint/eslint-plugin-react - 7234cf9fffa10948a6435a56e1600ac0692b3e20 authored almost 10 years ago by Emmanuel DEMEY <[email protected]>
Update Readme

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

github.com/jsx-eslint/eslint-plugin-react - e256cfd151755961429629c0e5b1b0840a8bd283 authored almost 10 years ago by Yannick Croissant <[email protected]>
Update rules for ESLint 0.13.0

github.com/jsx-eslint/eslint-plugin-react - f056da2ec2a8000fe9ae2d1036d717ae9b4306d2 authored almost 10 years ago by Yannick Croissant <[email protected]>
Update dependencies

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

github.com/jsx-eslint/eslint-plugin-react - 367eea13ec0d311896a9deaf3e35d2159e148159 authored about 10 years ago by Yannick Croissant <[email protected]>
Update display-name tests

github.com/jsx-eslint/eslint-plugin-react - 5214f311964ca6b00b87e3c33ac1f948fceaaa3c authored about 10 years ago by Yannick Croissant <[email protected]>
Update dependencies

github.com/jsx-eslint/eslint-plugin-react - 4f6f68c3b87338be7d0216107b1dc234054be719 authored about 10 years ago by Yannick Croissant <[email protected]>
Update files to match new coding rules

github.com/jsx-eslint/eslint-plugin-react - 041438996df016ae92c81cd3d809ff8ab43498bc authored about 10 years ago by Yannick Croissant <[email protected]>
Add badges to README

github.com/jsx-eslint/eslint-plugin-react - 372ae6d7e64115098cf7c2db920c127208a46b3d authored about 10 years ago by Yannick Croissant <[email protected]>
Update config files

github.com/jsx-eslint/eslint-plugin-react - f52552f83fa69b9674b5a506b86a1bd4e496396b authored about 10 years ago by Yannick Croissant <[email protected]>
Add self-closing-comp rule

github.com/jsx-eslint/eslint-plugin-react - ab9aeef1b6d186952e9a1609c6a415e0bffa5429 authored about 10 years ago by Yannick Croissant <[email protected]>
Update .*ignore files

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

github.com/jsx-eslint/eslint-plugin-react - 1d3e5c66139cfa44710e2caf906228ca6764aa11 authored about 10 years ago by Yannick Croissant <[email protected]>
Add wrap-multilines rule

github.com/jsx-eslint/eslint-plugin-react - 4b49bd0b4a4754d53a5ba9b0c850664c39bff327 authored about 10 years ago by Yannick Croissant <[email protected]>
Fix typo

github.com/jsx-eslint/eslint-plugin-react - 00ca2e61c171434f139d79bfa7143db53b02c694 authored about 10 years ago by Yannick Croissant <[email protected]>
Add display-name rule

github.com/jsx-eslint/eslint-plugin-react - cfc6a6b8f006f67951de8c4668b6c4021e598f7e authored about 10 years ago by Yannick Croissant <[email protected]>
Add rules tests

github.com/jsx-eslint/eslint-plugin-react - fda9f8f5dd1111e650bccbc664f08b3a9feb4554 authored about 10 years ago by Yannick Croissant <[email protected]>
Add rules documentation

github.com/jsx-eslint/eslint-plugin-react - f2faa43030a4e440c364574bfa3a95c30f040284 authored about 10 years ago by Yannick Croissant <[email protected]>
First revision

github.com/jsx-eslint/eslint-plugin-react - c62665c96f9aa8bd200715900a252b651f7df632 authored about 10 years ago by Yannick Croissant <[email protected]>
Initial commit

github.com/jsx-eslint/eslint-plugin-react - d406540f6af8beebacd3aa51896d0fce65c280fd authored about 10 years ago by Yannick Croissant <[email protected]>