Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/jsx-eslint/eslint-plugin-react
React-specific linting rules for ESLint
https://github.com/jsx-eslint/eslint-plugin-react
Sort rules alphabetically in README.md
Sorting these alphabetically makes it easier to find what you are
looking for, and provides a si...
Update History and bump version
8b37ad86cff0e6182a830e0102e380b9065db36a authored almost 10 years ago by Yannick Croissant <[email protected]>
8b37ad86cff0e6182a830e0102e380b9065db36a authored almost 10 years ago by Yannick Croissant <[email protected]>
Add jsx-uses-vars rule
8f24d0fad4f37d9d71bce785ea1b9289cce6ad29 authored almost 10 years ago by Yannick Croissant <[email protected]>
8f24d0fad4f37d9d71bce785ea1b9289cce6ad29 authored almost 10 years ago by Yannick Croissant <[email protected]>
Fix jsx-uses-react for ESLint 0.17.0
526c8f557d65c3779c80894f11c6dcafcb49655a authored almost 10 years ago by Yannick Croissant <[email protected]>
526c8f557d65c3779c80894f11c6dcafcb49655a authored almost 10 years ago by Yannick Croissant <[email protected]>
Add test to ensure all rules are exported
c1227358ad1891504850253ec5b7b9e12c52dbed authored almost 10 years ago by Glen Mailer <[email protected]>
c1227358ad1891504850253ec5b7b9e12c52dbed authored almost 10 years ago by Glen Mailer <[email protected]>
Update History and bump version
bcc56be602ea948861cde010bb17fae1c1c0e664 authored almost 10 years ago by Yannick Croissant <[email protected]>
bcc56be602ea948861cde010bb17fae1c1c0e664 authored almost 10 years ago by Yannick Croissant <[email protected]>
Fix usage of this.props without property (fixes #8)
7065e1efa77a280b532194e9fa33228cac36c7a5 authored almost 10 years ago by Yannick Croissant <[email protected]>
7065e1efa77a280b532194e9fa33228cac36c7a5 authored almost 10 years ago by Yannick Croissant <[email protected]>
Update documentation
10f66c4f59d68b1ae4b851c261d3321c36806215 authored almost 10 years ago by Yannick Croissant <[email protected]>
10f66c4f59d68b1ae4b851c261d3321c36806215 authored almost 10 years ago by Yannick Croissant <[email protected]>
Fix this.props.children marked as missing in props validation (fixes #7)
5df82bd18248f649c018af0f60268012b6274be3 authored almost 10 years ago by Yannick Croissant <[email protected]>
5df82bd18248f649c018af0f60268012b6274be3 authored almost 10 years ago by Yannick Croissant <[email protected]>
Update History and bump version
d4f339be9a5dfb5fb6ba16b371073144c2221bb0 authored almost 10 years ago by Yannick Croissant <[email protected]>
d4f339be9a5dfb5fb6ba16b371073144c2221bb0 authored almost 10 years ago by Yannick Croissant <[email protected]>
Update Readme
f03f3e3a4357687c71c9466a3c048c6c5ae79c8f authored almost 10 years ago by Yannick Croissant <[email protected]>
f03f3e3a4357687c71c9466a3c048c6c5ae79c8f authored almost 10 years ago by Yannick Croissant <[email protected]>
Update prop-types rule to check props usage (fixes #4)
df4cf52235459ca0e358b73065576e0e29813746 authored almost 10 years ago by Yannick Croissant <[email protected]>
df4cf52235459ca0e358b73065576e0e29813746 authored almost 10 years ago by Yannick Croissant <[email protected]>
Fix quotes rule in .eslintrc
d009e452dabfb6600289d0b83033a118be1dd476 authored almost 10 years ago by Yannick Croissant <[email protected]>
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
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
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...
add react-in-jsx-scope rule
5fec4025a209c8b064f2db1386c5bde7763f0084 authored almost 10 years ago by Glen Mailer <[email protected]>
5fec4025a209c8b064f2db1386c5bde7763f0084 authored almost 10 years ago by Glen Mailer <[email protected]>
Update History and bump version
9c43de0350522c516312f086f44e9899afe8badd authored almost 10 years ago by Yannick Croissant <[email protected]>
9c43de0350522c516312f086f44e9899afe8badd authored almost 10 years ago by Yannick Croissant <[email protected]>
Update dependencies
81baea497f6d85a985261f6c4a0b23725c3a01b0 authored almost 10 years ago by Yannick Croissant <[email protected]>
81baea497f6d85a985261f6c4a0b23725c3a01b0 authored almost 10 years ago by Yannick Croissant <[email protected]>
Add no-did-mount-set-state and no-did-update-set-state rules
59ac136af48be4a5e746e7ee292fc452963147a8 authored almost 10 years ago by Yannick Croissant <[email protected]>
59ac136af48be4a5e746e7ee292fc452963147a8 authored almost 10 years ago by Yannick Croissant <[email protected]>
Update documentation
7fef61bdb18136fbde4a468555541ec951679a6c authored almost 10 years ago by Yannick Croissant <[email protected]>
7fef61bdb18136fbde4a468555541ec951679a6c authored almost 10 years ago by Yannick Croissant <[email protected]>
Add io.js to travis builds
cec8001a43905ebd18e75c4ecd47d08b095201d7 authored almost 10 years ago by Yannick Croissant <[email protected]>
cec8001a43905ebd18e75c4ecd47d08b095201d7 authored almost 10 years ago by Yannick Croissant <[email protected]>
Update History and bump version
f031dffcfab467777530cdbb27548623ddbb22cc authored almost 10 years ago by Yannick Croissant <[email protected]>
f031dffcfab467777530cdbb27548623ddbb22cc authored almost 10 years ago by Yannick Croissant <[email protected]>
Update dependencies
95e122422de0778997257ac41419152d7ac62843 authored almost 10 years ago by Yannick Croissant <[email protected]>
95e122422de0778997257ac41419152d7ac62843 authored almost 10 years ago by Yannick Croissant <[email protected]>
Fix childs detection in self-closing-comp (fixes #3)
cdd0d97d87a75b632d60d49a420c133b092ae47d authored almost 10 years ago by Yannick Croissant <[email protected]>
cdd0d97d87a75b632d60d49a420c133b092ae47d authored almost 10 years ago by Yannick Croissant <[email protected]>
Update travis config file
f9e07da694c94fa5fc795f6893f86047cd3a41e5 authored almost 10 years ago by Yannick Croissant <[email protected]>
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
7497e12b13fa9b4cc1b65cb70e595cf96818e1b6 authored almost 10 years ago by Yannick Croissant <[email protected]>
Update History.md file with the right Year ;)
7234cf9fffa10948a6435a56e1600ac0692b3e20 authored almost 10 years ago by Emmanuel DEMEY <[email protected]>
7234cf9fffa10948a6435a56e1600ac0692b3e20 authored almost 10 years ago by Emmanuel DEMEY <[email protected]>
Update Readme
59de41f2e14fc581509465b45dfe7160a84e4766 authored almost 10 years ago by Yannick Croissant <[email protected]>
59de41f2e14fc581509465b45dfe7160a84e4766 authored almost 10 years ago by Yannick Croissant <[email protected]>
Update History and bump version
e256cfd151755961429629c0e5b1b0840a8bd283 authored almost 10 years ago by Yannick Croissant <[email protected]>
e256cfd151755961429629c0e5b1b0840a8bd283 authored almost 10 years ago by Yannick Croissant <[email protected]>
Update rules for ESLint 0.13.0
f056da2ec2a8000fe9ae2d1036d717ae9b4306d2 authored almost 10 years ago by Yannick Croissant <[email protected]>
f056da2ec2a8000fe9ae2d1036d717ae9b4306d2 authored almost 10 years ago by Yannick Croissant <[email protected]>
Update dependencies
9acd02ef39fa1740f8c962bc1aec6f41057269e6 authored almost 10 years ago by Yannick Croissant <[email protected]>
9acd02ef39fa1740f8c962bc1aec6f41057269e6 authored almost 10 years ago by Yannick Croissant <[email protected]>
Update History and bump version
367eea13ec0d311896a9deaf3e35d2159e148159 authored about 10 years ago by Yannick Croissant <[email protected]>
367eea13ec0d311896a9deaf3e35d2159e148159 authored about 10 years ago by Yannick Croissant <[email protected]>
Update display-name tests
5214f311964ca6b00b87e3c33ac1f948fceaaa3c authored about 10 years ago by Yannick Croissant <[email protected]>
5214f311964ca6b00b87e3c33ac1f948fceaaa3c authored about 10 years ago by Yannick Croissant <[email protected]>
Update dependencies
4f6f68c3b87338be7d0216107b1dc234054be719 authored about 10 years ago by Yannick Croissant <[email protected]>
4f6f68c3b87338be7d0216107b1dc234054be719 authored about 10 years ago by Yannick Croissant <[email protected]>
Update files to match new coding rules
041438996df016ae92c81cd3d809ff8ab43498bc authored about 10 years ago by Yannick Croissant <[email protected]>
041438996df016ae92c81cd3d809ff8ab43498bc authored about 10 years ago by Yannick Croissant <[email protected]>
Add badges to README
372ae6d7e64115098cf7c2db920c127208a46b3d authored about 10 years ago by Yannick Croissant <[email protected]>
372ae6d7e64115098cf7c2db920c127208a46b3d authored about 10 years ago by Yannick Croissant <[email protected]>
Update config files
f52552f83fa69b9674b5a506b86a1bd4e496396b authored about 10 years ago by Yannick Croissant <[email protected]>
f52552f83fa69b9674b5a506b86a1bd4e496396b authored about 10 years ago by Yannick Croissant <[email protected]>
Add self-closing-comp rule
ab9aeef1b6d186952e9a1609c6a415e0bffa5429 authored about 10 years ago by Yannick Croissant <[email protected]>
ab9aeef1b6d186952e9a1609c6a415e0bffa5429 authored about 10 years ago by Yannick Croissant <[email protected]>
Update .*ignore files
2dcbdc37f171a120af3c0844888bdba76d2be4df authored about 10 years ago by Yannick Croissant <[email protected]>
2dcbdc37f171a120af3c0844888bdba76d2be4df authored about 10 years ago by Yannick Croissant <[email protected]>
Update History and bump version
1d3e5c66139cfa44710e2caf906228ca6764aa11 authored about 10 years ago by Yannick Croissant <[email protected]>
1d3e5c66139cfa44710e2caf906228ca6764aa11 authored about 10 years ago by Yannick Croissant <[email protected]>
Add wrap-multilines rule
4b49bd0b4a4754d53a5ba9b0c850664c39bff327 authored about 10 years ago by Yannick Croissant <[email protected]>
4b49bd0b4a4754d53a5ba9b0c850664c39bff327 authored about 10 years ago by Yannick Croissant <[email protected]>
Fix typo
00ca2e61c171434f139d79bfa7143db53b02c694 authored about 10 years ago by Yannick Croissant <[email protected]>
00ca2e61c171434f139d79bfa7143db53b02c694 authored about 10 years ago by Yannick Croissant <[email protected]>
Add display-name rule
cfc6a6b8f006f67951de8c4668b6c4021e598f7e authored about 10 years ago by Yannick Croissant <[email protected]>
cfc6a6b8f006f67951de8c4668b6c4021e598f7e authored about 10 years ago by Yannick Croissant <[email protected]>
Add rules tests
fda9f8f5dd1111e650bccbc664f08b3a9feb4554 authored about 10 years ago by Yannick Croissant <[email protected]>
fda9f8f5dd1111e650bccbc664f08b3a9feb4554 authored about 10 years ago by Yannick Croissant <[email protected]>
Add rules documentation
f2faa43030a4e440c364574bfa3a95c30f040284 authored about 10 years ago by Yannick Croissant <[email protected]>
f2faa43030a4e440c364574bfa3a95c30f040284 authored about 10 years ago by Yannick Croissant <[email protected]>
First revision
c62665c96f9aa8bd200715900a252b651f7df632 authored about 10 years ago by Yannick Croissant <[email protected]>
c62665c96f9aa8bd200715900a252b651f7df632 authored about 10 years ago by Yannick Croissant <[email protected]>
Initial commit
d406540f6af8beebacd3aa51896d0fce65c280fd authored about 10 years ago by Yannick Croissant <[email protected]>
d406540f6af8beebacd3aa51896d0fce65c280fd authored about 10 years ago by Yannick Croissant <[email protected]>