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

Merge pull request #261 from chiedojohn/master

Fix typo in README

fd7ed91e419c3d83c305838f6dd203b08b6506d2 authored about 9 years ago by Yannick Croissant <[email protected]>
Fix display-name for stateless components (fixes #256)

15f0925b760b800d55432f32119d2af3434e5231 authored about 9 years ago by Yannick Croissant <[email protected]>
Fixed typo

62acecb0d5bd45518b33911de0182ed4eafcefa2 authored about 9 years ago by Chiedo <[email protected]>
Add failing test case for using this.props in constructor

ac97ebae4f6b054532a232cf3a30d06f56f5dc49 authored about 9 years ago by Dan Abramov <[email protected]>
Update CHANGELOG and bump version

b094b9953430552ce2436ba57815d6f8a6c3946e authored about 9 years ago by Yannick Croissant <[email protected]>
Fix wrong prop-types detection (fixes #255)

fe1ef9b1c736bcf23c269e9ab27c186585dc39af authored about 9 years ago by Yannick Croissant <[email protected]>
Update CHANGELOG and bump version

3cc654dfeda40f1e673b9b409185ef72fa80e60e authored about 9 years ago by Yannick Croissant <[email protected]>
Fix props validation in constructor (fixes #254)

7cd9b391154ed8eb0318b8f09a479caf55c81224 authored about 9 years ago by Yannick Croissant <[email protected]>
Update CHANGELOG and bump version

eb985f500456c2e162eecfd9d8037fec4e846936 authored about 9 years ago by Yannick Croissant <[email protected]>
Update dependencies

a577aeadee3c4342d24baa84b5be20ff0052dcba authored about 9 years ago by Yannick Croissant <[email protected]>
Add documentation about component detection

4bd3779a5a0fc2a914ce247e3396099d0397506c authored about 9 years ago by Yannick Croissant <[email protected]>
Fix prop-types to not validate computed keys in destructuring (fixes #236)

81c7d0001be14683d7faad5183da80741ad5d2fc authored about 9 years ago by Yannick Croissant <[email protected]>
Fix crash with empty destructuring (fixes #251)

a0d55edecdb5c911ac775a9cae3706cea6215d5a authored about 9 years ago by Yannick Croissant <[email protected]>
Add support for stateless function components (fixes #237)

de6e7b5bebfe4676671ce3021e1d7b03930af304 authored about 9 years ago by Yannick Croissant <[email protected]>
Merge pull request #253 from rhysd/fix-issue-249

Fix forbid-prop-types to do not modify AST directly (fixes #249)

f4cbdfcf973d5d3f109a6c5a6f8a1810ce9ffb95 authored about 9 years ago by Yannick Croissant <[email protected]>
Merge pull request #250 from hamiltondanielb/master

Add prefer-es6-class rule (fixes #247)

75ca44ee994aaf14ff1be01042a64a1931d79ab3 authored about 9 years ago by Yannick Croissant <[email protected]>
Add a test to ensure to fix #249

2fb23a9633e4fe706c01c79bf359e554ef224a94 authored about 9 years ago by rhysd <[email protected]>
Do not modify AST directly (fixes #249)

9c42ae84d1b83615d6ecb9a52b120cef49eb10f9 authored about 9 years ago by rhysd <[email protected]>
Merge branch 'master' of github.com:hamiltondanielb/eslint-plugin-react

06229abfece3924c8c13b59af533e8a0a7dc5ba8 authored about 9 years ago by Dan Hamilton <[email protected]>
Added prefer-es6-class rule (fixes #247)

cd1cbdc27b71897ddaf830de1eb382197fd6956a authored about 9 years ago by Dan Hamilton <[email protected]>
Added prefer-es6-class rule

e65351e2177a21f6dffa71e7171006ce2c200632 authored about 9 years ago by Dan Hamilton <[email protected]>
Merge pull request #242 from Daniel15/jsx-callbacks-last

Update `jsx-sort-props` to allow sorting callbacks last

7bbbda7c763f18d401ce8887168f073708e95f07 authored about 9 years ago by Yannick Croissant <[email protected]>
Merge pull request #248 from dguo/patch-1

Fix typos in jsx-no-literals docs

677c70aff34c2055b3445b4efac4c786ed894fd0 authored about 9 years ago by Yannick Croissant <[email protected]>
Fix typos in jsx-no-literals docs

1326be563baf7ab70fc036a77a0b127f8e1d5198 authored about 9 years ago by Danny Guo <[email protected]>
Update `jsx-sort-prop-types` to allow sorting callbacks last

73d125fb0ec877fe4709cdb7605fef9fd647615e authored over 9 years ago by Daniel Lo Nigro <[email protected]>
Update `jsx-sort-props` to allow sorting callbacks last

719764b784a6d847d08f05cb71a3d5c2f3b86787 authored over 9 years ago by Daniel Lo Nigro <[email protected]>
Improve component detection (fixes #233)

a7d75cf64d9331466b89a29812aaf570aa523055 authored over 9 years ago by Yannick Croissant <[email protected]>
Merge pull request #234 from epmatsw/fix-forbid-proptypes

Fix crash with destructured PropTypes (fixes #230)

65d450a0772d57bf118690ef64cf2b2f3b58c699 authored over 9 years ago by Yannick Croissant <[email protected]>
Fix crash with destructured PropTypes

41de2c20a9d62cdbdf54f3cb2b5c8e4855fab95d authored over 9 years ago by Will Stamper <[email protected]>
Update CHANGELOG and bump version

69fe6d869b80ff102a5f2f7fa32228b7b267422a authored over 9 years ago by Yannick Croissant <[email protected]>
Fix no-direct-mutation-state to report only in React components (fixes #229)

b42f68105e267ab80c70ffe3745fe7a5db784efa authored over 9 years ago by Yannick Croissant <[email protected]>
Fix forbid-prop-types for arrayOf and instanceOf (fixes #230)

00f716a990c247e844a5dba85220d3af7d6e3693 authored over 9 years ago by Yannick Croissant <[email protected]>
Merge pull request #232 from edge/patch-1

Fix typo in jsx-no-literals documentation

a2d9faa2fc7bade1892d098ccba2eb24b7447865 authored over 9 years ago by Yannick Croissant <[email protected]>
fix typo

96ef7fa26a4b0467fa80e110ced28663aeab7679 authored over 9 years ago by Raphael Mu <[email protected]>
Update 3.5.0 fixes description

a7bca9c58c760c6c96890bf2354d79c39412f2c6 authored over 9 years ago by Yannick Croissant <[email protected]>
Update CHANGELOG and bump version

693cd7d96e524cf363febf0524c025648ee07b9d authored over 9 years ago by Yannick Croissant <[email protected]>
Update dependencies

79877ad3e52f439c83f1f0d69fff7a31b73569e1 authored over 9 years ago by Yannick Croissant <[email protected]>
Add forbid-prop-types to the README

81ac5392cba3a299d69a79b9a4b9b854f9ecf70b authored over 9 years ago by Yannick Croissant <[email protected]>
Fix no-did-mount/update-set-state rules for ES6 classes

f0d71ee94c6113c3b63aeb97a1ecd59ac1698ace authored over 9 years ago by Yannick Croissant <[email protected]>
Merge pull request #225 from pwmckenna/forbid-prop-types

Add forbid-prop-types rule (fixes #215)

c791caa399b10bb119d35da52504cddae8a6b0d6 authored over 9 years ago by Yannick Croissant <[email protected]>
add forbid-prop-types rule that by default forbids any, array, and object

0eb53a39a6841e53ba1ce7b87b8004e7da64eaa6 authored over 9 years ago by Patrick Williams <[email protected]>
Merge pull request #223 from petersendidit/no-direct-mutation-state

Add no-direct-mutation-state rule (fixes #133, fixes #201)

87430bd5aa034869cfef852237dff63702ceaff1 authored over 9 years ago by Yannick Croissant <[email protected]>
Add docs for no-direct-mutation-state

cf6e8fc868665603d5e23b772aac1ef201ea2f7b authored over 9 years ago by David Petersen <[email protected]>
Merge pull request #222 from Andersos/patch-1

Add missing rule from list (react/jsx-no-literals)

87eb39298e673292099f96c013165fe1d19afec5 authored over 9 years ago by Yannick Croissant <[email protected]>
Add no-direct-mutation-state rule (fixes #133, #201)

329c4c8a5747fa0985daaadc6c9d424c8e9ff27e authored over 9 years ago by David Petersen <[email protected]>
Add missing rule from list (react/jsx-no-literals)

12b66202f0b65faaaf3ef5377c8de453bcc50561 authored over 9 years ago by Anders Olsen Sandvik <[email protected]>
Update CHANGELOG and bump version

94ab26ac034b055091a43109e6856035b8a31534 authored over 9 years ago by Yannick Croissant <[email protected]>
Only display the jsx-quotes deprecation warning with the default formatter (fixes #221)

5f14b01df852bf7071bd7689da2489a0955cedb8 authored over 9 years ago by Yannick Croissant <[email protected]>
Update CHANGELOG and bump version

0c5f9fa06c72cc409ea93164256a5970fd5a2f1a authored over 9 years ago by Yannick Croissant <[email protected]>
Fix jsx-quotes rule deprecation message (fixes #220)

cf3d0cc0e6c0c4b49ea8171a06184b0f6ceb2acc authored over 9 years ago by Yannick Croissant <[email protected]>
Update CHANGELOG and bump version

edd89f6b0c22d703c70f3ace5a6232246ccc3ac2 authored over 9 years ago by Yannick Croissant <[email protected]>
Merge pull request #219 from zertosh/jsx-namespaced

Add namespaced JSX support to jsx-no-undef

8ba19543241c0f30334daf8e4f9cb7f5d1f0bb45 authored over 9 years ago by Yannick Croissant <[email protected]>
Merge pull request #218 from evocateur/jsx-closing-bracket-split

Add option to jsx-closing-bracket-location to configure different styles for self-closing and no...

67a6eea62160212f0fced75af3fad781b02a099a authored over 9 years ago by Yannick Croissant <[email protected]>
Test namespaced JSX in jsx-uses-vars

e5e29cec154bee855ffe5519c33a2c6c816a00ab authored over 9 years ago by Andres Suarez <[email protected]>
Add namespaced JSX support to jsx-no-undef

35e303d852054d2b5d5244bbe4a87bd2cba374ad authored over 9 years ago by Andres Suarez <[email protected]>
Configure jsx-closing-bracket-location for self-closing and non-empty tags.

Optionally, one can configure the behaviour of `jsx-closing-bracket-location`
when dealing with ...

d6743ee7addda563dc116fe15394fd12fdbf7ab5 authored over 9 years ago by Daniel Stockman <[email protected]>
Update dependencies

75f8a27a35a521ce359b1edd77925f6b0579a23e authored over 9 years ago by Yannick Croissant <[email protected]>
Update node.js versions in travis config file

b2becb145166c3aae81e22854f9b7aa2ce12b127 authored over 9 years ago by Yannick Croissant <[email protected]>
Deprecate jsx-quotes rule (fixes #217)

f817e37beddddc84b4788969f07c524fa7f0823b authored over 9 years ago by Yannick Croissant <[email protected]>
Update CHANGELOG and bump version

5b1b562398cd61957e8b91bf8fd0782ee37d4552 authored over 9 years ago by Yannick Croissant <[email protected]>
Fix default configuration for jsx-boolean-value (fixes #210)

581d1fe0c5c6e72c2d91f9638b944841c10f58e1 authored over 9 years ago by Yannick Croissant <[email protected]>
Update Unreleased section in CHANGEOG

f981bf2c9d206270905eb28980f1d9186438fa20 authored over 9 years ago by Yannick Croissant <[email protected]>
Merge pull request #206 from epmatsw/render-with-createElement

Treat component with render which returns createElement as Valid

577cf0697aa6f65ae544b8b7832bcbc60b817e71 authored over 9 years ago by Yannick Croissant <[email protected]>
Merge pull request #194 from mathieudutour/master

Add `state` in lifecycle methods

6a5d08dde97eeb7bf88bcd8934373d8502d6839b authored over 9 years ago by Yannick Croissant <[email protected]>
treat component with render which returns createElement as valid

2a0d7f47ba8c8721764d9d0237c138a660ac5732 authored over 9 years ago by Will Stamper <[email protected]>
Fix allowed methods on arrayOf in prop-types (fixes #146)

d39a6cc830f567f3475648cd7dbe3c0f37838bc4 authored over 9 years ago by Yannick Croissant <[email protected]>
Update CHANGELOG and bump version

675ab31cc046c28597c4d757baca19d12e851da0 authored over 9 years ago by Yannick Croissant <[email protected]>
Update dependencies

3d9f8ac4b0477b3577f2a6812ed73dd633e63a38 authored over 9 years ago by Yannick Croissant <[email protected]>
Update changelog to follow the Keep a CHANGELOG standards

245933ae6367928de988e6ef8835b9c325c6c657 authored over 9 years ago by Yannick Croissant <[email protected]>
Fix jsx-closing-bracket-location for multiline props (fixes #199)

546e89300ceebf5d53f175ac88e0e167614b844e authored over 9 years ago by Yannick Croissant <[email protected]>
Merge pull request #198 from lencioni/alpha

Improve readme

4b54ac1b714445c019fd3d7fbaa209c5a0f58e29 authored over 9 years ago by Yannick Croissant <[email protected]>
Add backticks around some code in readme

Backticks will cause these bits to be formatted as code, which will make
this document more read...

5da397bd0d4eef7543153db8d68e417ad3f64058 authored over 9 years ago by Joe Lencioni <[email protected]>
Format shell commands consistently

We can used fenced code blocks here to get some possible
highlighting. Also, one of these comman...

91b952bb436e60fa02950741554f4b183e84235f authored over 9 years ago by Joe Lencioni <[email protected]>
Sort rules alphabetically

Sorting these rules alphabetically will help people find the things that
they are looking for, a...

570301b4c5ef8fc8ba3c8efcea14ab875e2d1af4 authored over 9 years ago by Joe Lencioni <[email protected]>
Update History and bump version

49e666913df6afeb72b849c426164e80185e8f63 authored over 9 years ago by Yannick Croissant <[email protected]>
Update dependencies

e53fcb529e50a26240cc183f9c5056ff6193f307 authored over 9 years ago by Yannick Croissant <[email protected]>
Add jsx-closing-bracket-location rule (fixes #14, fixes #64)

9948883fd48278eecc4e69f76eafb808829f4b8d authored over 9 years ago by Yannick Croissant <[email protected]>
Merge pull request #197 from markdalgleish/no-set-state

Add no-set-state rule

dc895db094ac6daf1ab258dfdb59675873e53a2e authored over 9 years ago by Yannick Croissant <[email protected]>
Add no-set-state rule

1a3ac1ea072c9bdfb60e361ebe43fb12768adefc authored over 9 years ago by Mark Dalgleish <[email protected]>
add `state` to lifecyle methods in doc

40880e2baefb6df932068a71f08f2f4da58ee896 authored over 9 years ago by Mathieu Dutour <[email protected]>
add `state` to lifecyle methods

bf6daaa61cc4d6dcc6d53fe774ff54c5f959fc09 authored over 9 years ago by Mathieu Dutour <[email protected]>
Add test case for propTypes declarations with an empty body

b2bfc08a0fd5f7ae369e3af04ec3b4360409d670 authored over 9 years ago by Yannick Croissant <[email protected]>
Merge pull request #193 from mattyod/fix/check-index-is-not-negative

Fix crash on propTypes declarations with an empty body

94133a07f771e3f152e125fb22d412649ad9c0db authored over 9 years ago by Yannick Croissant <[email protected]>
Check index is not negative.

8dc1053aab549d8c9d39d25072be0715428646a6 authored over 9 years ago by mattyod <[email protected]>
Add jsx-indent-props rule (fixes #15, fixes #181)

7119df945e23f9b3eb64801608e9a5d597b8f000 authored over 9 years ago by Yannick Croissant <[email protected]>
Update History and bump version

3628b03536f95ce49eaf5530508d3633425e6af6 authored over 9 years ago by Yannick Croissant <[email protected]>
Add more test cases for object rest/spread

ac2d48330c8dd25dd5743bb8eba98402f653f608 authored over 9 years ago by Yannick Croissant <[email protected]>
Merge pull request #189 from teambox/fix/defensive-coding-to-support-object-spread

Fix object rest/spread handling in display-name and jsx-sort-prop-types

9842eb6c759d7520dc1e30b92bd399f26901167b authored over 9 years ago by Yannick Croissant <[email protected]>
add defensive coding to support experimental object spread properties

dbdd689a3d7e572f2a61a678f627d75d94d3268b authored over 9 years ago by Jorge Morante <[email protected]>
Update dependencies

5194c501e002aacffb761657e7a6075b2995adbd authored over 9 years ago by Yannick Croissant <[email protected]>
Add test case for object rest/spread

225fcf7342f459800fe3240e1b821cde1bb568c4 authored over 9 years ago by Yannick Croissant <[email protected]>
Merge pull request #187 from xjamundx/patch-1

Fix object rest/spread handling

93cbbe78c99a1b6604c3e8966629cb3fc1cde13f authored over 9 years ago by Yannick Croissant <[email protected]>
Fix A Crash

In standard (latest `master`) when I enable `experimentalObjectRestSpread` in eslint. We run int...

87a42c9d60c465a445d058f163304e846383d21f authored over 9 years ago by Jamund Ferguson <[email protected]>
Update History and bump version

13fa214e1c4f3063aa9953ed44e250929d08e619 authored over 9 years ago by Yannick Croissant <[email protected]>
Remove peerDependencies (fixes #178)

4de93a72f263e64ac697ee28d2fbeb6c95038087 authored over 9 years ago by Yannick Croissant <[email protected]>
Update History and bump version

c5296a316a39719460572e7c068902aa7cc901c9 authored over 9 years ago by Yannick Croissant <[email protected]>
Fix crash when propTypes don't have any parent (fixes #182)

a46420deb84401b94557d10c82f6beda34425a5d authored over 9 years ago by Yannick Croissant <[email protected]>
Merge pull request #183 from CalebMorris/hotfix/literalsFix

Added type limits to jsx-no-literals.

07f6ba9d81ea34fa811eecef4b1af72cd665a1f1 authored over 9 years ago by Yannick Croissant <[email protected]>
Added type limits to jsx-no-literals.

0bdf5b68abf4a55c6bbfda937c9fbaedaa46cb50 authored over 9 years ago by Caleb Morris <[email protected]>
Update History and bump version

5666ed798d77bdcbf9c80e7508109fa1de2cfcfe authored over 9 years ago by Yannick Croissant <[email protected]>