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 test for #380

github.com/jsx-eslint/eslint-plugin-react - 73f056cfd1494860744914c3b123195736238309 authored about 9 years ago by Yannick Croissant <[email protected]>
Merge pull request #380 from nfcampos/patch-1

Fix crash in jsx-key

github.com/jsx-eslint/eslint-plugin-react - f376b6933dba07e4add45cce8db922cf567f7375 authored about 9 years ago by Yannick Croissant <[email protected]>
fix crash in jsx-key

fix this crash:
´´´
TypeError: Cannot read property 'type' of null
at checkIteratorElemen...

github.com/jsx-eslint/eslint-plugin-react - c209c28fadc2e0e750563deedbd62a0dd73b6d7f authored about 9 years ago by Nuno Campos <[email protected]>
Add AppVeyor CI

github.com/jsx-eslint/eslint-plugin-react - 119bf24956e846b15ab0ceb273cd18c7f7607c6a authored about 9 years ago by Yannick Croissant <[email protected]>
Fix link to README

github.com/jsx-eslint/eslint-plugin-react - 513eef9fafb2fa99b828deb3c9d88fbafc616e27 authored about 9 years ago by Yannick Croissant <[email protected]>
Merge pull request #377 from nfcampos/patch-1

Fix crash in forbid-prop-types

github.com/jsx-eslint/eslint-plugin-react - de6f79cff4ef944362f61136a060f273e3993de4 authored about 9 years ago by Yannick Croissant <[email protected]>
Update forbid-prop-types.js

handle situation where getFirstTokens() call returns only 1 Token

github.com/jsx-eslint/eslint-plugin-react - c502d7289a300f1c1eaa9e760bfb0dfcd3b6af26 authored about 9 years ago by Nuno Campos <[email protected]>
Add shared setting for pragma configuration (fixes #228)

github.com/jsx-eslint/eslint-plugin-react - 4cb2e9efe851283925b4dff3f1226e3a551e9d7b authored about 9 years ago by Yannick Croissant <[email protected]>
Ignore ref in jsx-handler-names (fixes #375)

github.com/jsx-eslint/eslint-plugin-react - f1a5fe20dc25f3d129ce606ed8dd6afb95ebf4f2 authored about 9 years ago by Yannick Croissant <[email protected]>
Ad jsx-intent rule (fixes #342)

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

github.com/jsx-eslint/eslint-plugin-react - d28048f5943b7fd5da27f755bdf6e8d1fd5983ce authored about 9 years ago by Yannick Croissant <[email protected]>
Merge pull request #374 from lukekarrys/373-jsx-key-crash

Fix crash in jsx-key (fixes #373)

github.com/jsx-eslint/eslint-plugin-react - 095c91be9f0e5e7bf8633b1d592a55c90ad44bcb authored about 9 years ago by Yannick Croissant <[email protected]>
fix crashes in jsx-key; fixes #373

github.com/jsx-eslint/eslint-plugin-react - 50f4762355823dc9681350d70153fa2e3e084346 authored about 9 years ago by Luke Karrys <[email protected]>
sort-comp: say "should" instead of "must"

github.com/jsx-eslint/eslint-plugin-react - 8e9bf400c9d37199635e60b83187dfb760a7885d authored about 9 years ago by Simon Williams <[email protected]>
Update CHANGELOG and bump version

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

github.com/jsx-eslint/eslint-plugin-react - d602db2f46a58ff05cebfffea768ee529448e312 authored about 9 years ago by Yannick Croissant <[email protected]>
Fix error in rules list in README (fixes #371)

github.com/jsx-eslint/eslint-plugin-react - a025f4ffba21c13c6c5d5f8d36436500da3669f5 authored about 9 years ago by Yannick Croissant <[email protected]>
Merge pull request #370 from tmcw/patch-1

Fix typo in jsx-no-literals documentation

github.com/jsx-eslint/eslint-plugin-react - f4284192c8601a151ac1576cb3918673d76b1269 authored about 9 years ago by Yannick Croissant <[email protected]>
Merge pull request #362 from Intellicode/no-refs

Add no-string-refs rule (fixes #341)

github.com/jsx-eslint/eslint-plugin-react - 2e021530130786c19b49598fc59364a0eb0aa583 authored about 9 years ago by Yannick Croissant <[email protected]>
Merge pull request #368 from lencioni/no-is-mounted-link

Fix link in no-is-mounted documentation

github.com/jsx-eslint/eslint-plugin-react - f1a1c63503b38699c5ff30b2fde10e90e9368d3c authored about 9 years ago by Yannick Croissant <[email protected]>
Fix link in no-is-mounted documentation

When I made this link, I used the wrong markdown syntax so it was
linking to "anti-pattern" inst...

github.com/jsx-eslint/eslint-plugin-react - 06afd83f16da6d525d6cd4d646f9df407c639a58 authored about 9 years ago by Joe Lencioni <[email protected]>
Basic implementation to prevent refs usage

Add check for string usage in ref attributes

Add unit tests

Add docs

Improve docs

Improve te...

github.com/jsx-eslint/eslint-plugin-react - f1c5560d3bcf7bbb6e971c7e7d5758d1874169c6 authored about 9 years ago by Tom Hastjarjanto <[email protected]>
Merge pull request #332 from silvenon/jsx-key

Fix jsx-key false-positives (fixes #320)

github.com/jsx-eslint/eslint-plugin-react - b0ff6be412927b568d6d2e4365b5b784dc713f5d authored about 9 years ago by Yannick Croissant <[email protected]>
Improve the jsx-key rule and fix false-positives

- fix false-positives in stateless components
- check in regular functions, not just arrow funct...

github.com/jsx-eslint/eslint-plugin-react - 1642a76a63e72ea125b54b625e56a2cf5e7ab1fb authored about 9 years ago by Matija Marohnić <[email protected]>
Fix never option of prefer-es6-class

github.com/jsx-eslint/eslint-plugin-react - 53f32af4790f040baf5e697d70b209b730a89d27 authored about 9 years ago by Yannick Croissant <[email protected]>
Update prefer-es6-class documentation

github.com/jsx-eslint/eslint-plugin-react - 9ba19104759c8b45b3bf4187a9e2bdac3696b490 authored about 9 years ago by Yannick Croissant <[email protected]>
Add support for propTypes assigned via a variable (fixes #355)

github.com/jsx-eslint/eslint-plugin-react - 712244f88adab974e8685412643ceab07cd5bfa6 authored about 9 years ago by Yannick Croissant <[email protected]>
Update CHANGELOG and bump version

github.com/jsx-eslint/eslint-plugin-react - e9d191c2733e910ed56bd86e774a1b46a595f4a9 authored about 9 years ago by Yannick Croissant <[email protected]>
Update Readme for ESLint 2.0.0

github.com/jsx-eslint/eslint-plugin-react - a0ea95baf5e7c3a7c06f521aecbb86eb9aa26d93 authored about 9 years ago by Yannick Croissant <[email protected]>
Add link to eslint-plugin-react-native in Readme

github.com/jsx-eslint/eslint-plugin-react - 4707f8a5e791b2eae8bac41cdbda0ee75fbc0e48 authored about 9 years ago by Yannick Croissant <[email protected]>
Fix crash in component detection class (fixes #364)

github.com/jsx-eslint/eslint-plugin-react - 5a41bedb7ad5524243b11e5d589617cede609234 authored about 9 years ago by Yannick Croissant <[email protected]>
Merge pull request #366 from lencioni/no-is-mounted

Add no-is-mounted rule (fixes #37)

github.com/jsx-eslint/eslint-plugin-react - abfb98bc112c452ec9b0e39ec3bcb7d41cc271dc authored about 9 years ago by Yannick Croissant <[email protected]>
Add no-is-mounted rule

isMounted is an anti-pattern [0], is not available when using ES6
classes, and will eventually b...

github.com/jsx-eslint/eslint-plugin-react - b5df78381b7252d46815f73e976f98e0cc22a370 authored about 9 years ago by Joe Lencioni <[email protected]>
Merge pull request #360 from yannickcr/rule-no-deprecated

Add no-deprecated rule

github.com/jsx-eslint/eslint-plugin-react - 77723c4528cd60f14d137beb7efa586c541cb2bb authored about 9 years ago by Yannick Croissant <[email protected]>
Add no-deprecated rule

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

github.com/jsx-eslint/eslint-plugin-react - ad9d78e84c2d6bf9fcab8c64f490dacdba9d0214 authored about 9 years ago by Yannick Croissant <[email protected]>
Update tests configuration for ESLint 2.0.0

github.com/jsx-eslint/eslint-plugin-react - 6b81279f576de04f2389b26655354d907ebb6cdb authored about 9 years ago by Yannick Croissant <[email protected]>
Merge pull request #359 from pwmckenna/es6never

Add never option to prefer-es6-class rule

github.com/jsx-eslint/eslint-plugin-react - 481ecbb9b481c186de1a00faaf0379c1b86914ba authored about 9 years ago by Yannick Croissant <[email protected]>
allow es6 class rule to be configured to discourage usage as well

github.com/jsx-eslint/eslint-plugin-react - f8d1aca51d9444b797a93d25d79d5ee56c54d663 authored about 9 years ago by Patrick Williams <[email protected]>
Fix jsx-pascal-case to stop checking lower cased components (fixes #329)

github.com/jsx-eslint/eslint-plugin-react - 1e1725997dadf48f8b9131533ed3c1dee2764f54 authored about 9 years ago by Yannick Croissant <[email protected]>
Update CHANGELOG and bump version

github.com/jsx-eslint/eslint-plugin-react - d55b8660ccc62ee3a3dd515ddd6041cba44bf3d2 authored about 9 years ago by Yannick Croissant <[email protected]>
Fix jsx-handler-names for stateless components (fixes #346)

github.com/jsx-eslint/eslint-plugin-react - 889461b6d2b8dc4b9f18636d9e100567f713d4ea authored about 9 years ago by Yannick Croissant <[email protected]>
Fix crash in prop-types when reassigning props (fixes #345)

github.com/jsx-eslint/eslint-plugin-react - be3b7f30abc4ef2d61acef2692e27cfb9e1ef792 authored about 9 years ago by Yannick Croissant <[email protected]>
Merge pull request #348 from jakemmarsh/update-jsx-handler-names

Update jsx-handler-names error messages to be less specific

github.com/jsx-eslint/eslint-plugin-react - 7800ab1cb01c5c8ff836bba50cf0ccdd4957001c authored about 9 years ago by Yannick Croissant <[email protected]>
Merge pull request #347 from lencioni/jsdoc

Add missing JSDoc `@param` in variable.js

github.com/jsx-eslint/eslint-plugin-react - 0c2ffa7db1572a761c2da5a6f46864b5bf71a5d2 authored about 9 years ago by Yannick Croissant <[email protected]>
make jsx-handler-names error messages less specific

github.com/jsx-eslint/eslint-plugin-react - abc852796901fe97114823939682f99be0b5ea30 authored about 9 years ago by Jake Marsh <[email protected]>
Add missing JSDoc `@param` in variable.js

While looking into a bug, I noticed that there was a missing `@param`
here.

github.com/jsx-eslint/eslint-plugin-react - a38f34cd88f3990b27d38741006963f055b5a9fe authored about 9 years ago by Joe Lencioni <[email protected]>
Update CHANGELOG and bump version

github.com/jsx-eslint/eslint-plugin-react - 8e43e515d701ac8d0777590625c5a7b95369a7ab authored about 9 years ago by Yannick Croissant <[email protected]>
Add allow-in-func option to no-did-update-set-state documentation

github.com/jsx-eslint/eslint-plugin-react - 1b49bbe5fd471c8f801d8993d80e36854826f609 authored about 9 years ago by Yannick Croissant <[email protected]>
Allow numbers in jsx-pascal-case (fixes #339)

github.com/jsx-eslint/eslint-plugin-react - a65f038a799e0000292a90dcd48b84f703cf5aa0 authored about 9 years ago by Yannick Croissant <[email protected]>
Fix jsx-handler-names crash with arrays (fixes #340)

github.com/jsx-eslint/eslint-plugin-react - 2204febddf3186b5f0f26031beb25a1e15d4ccd6 authored about 9 years ago by Yannick Croissant <[email protected]>
Update CHANGELOG and bump version

github.com/jsx-eslint/eslint-plugin-react - db6f84139a06de1060c47f1f7f27a30cc3f6857f authored about 9 years ago by Yannick Croissant <[email protected]>
Fix SVG attributes support for no-unknown-property (fixes #338)

github.com/jsx-eslint/eslint-plugin-react - 8ada88fcaa6e8fdc2e2d83134bcd140d8895a069 authored about 9 years ago by Yannick Croissant <[email protected]>
Update CHANGELOG and bump version

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

github.com/jsx-eslint/eslint-plugin-react - 3d68c852a165784f96499719f81e12f377c5772a authored about 9 years ago by Yannick Croissant <[email protected]>
Fix require-extension to ignore extension if it's part of the package name (fixes #319)

github.com/jsx-eslint/eslint-plugin-react - 312d66a353c740a41049589e37e893edbbe4ebb5 authored about 9 years ago by Yannick Croissant <[email protected]>
Merge pull request #336 from lucasmotta/master

Add shorthandFirst option to jsx-sort-props

github.com/jsx-eslint/eslint-plugin-react - 21531541e05a62391366f49da96d1fbb5c2599be authored about 9 years ago by Yannick Croissant <[email protected]>
Fix props validation for nested stateless components (fixes #331)

github.com/jsx-eslint/eslint-plugin-react - f1ca75d6395e2671120699f413103a7b9cd0292e authored about 9 years ago by Yannick Croissant <[email protected]>
Fix destructured props detection in stateless components (fixes #326)

github.com/jsx-eslint/eslint-plugin-react - bccf86b11bd446ccdf7ed0b299d2399ddf98e21e authored about 9 years ago by Yannick Croissant <[email protected]>
Add option to sort shorthand properties on jsx-sort-props

You can now require that shorthand props should come before
all other props, but still respectin...

github.com/jsx-eslint/eslint-plugin-react - fc95cd3539adea98c4adeb9b31209813d9f2c75c authored about 9 years ago by Lucas Motta <[email protected]>
Merge pull request #333 from lencioni/pascal-caps

Allow consecutive uppercase letters in jsx-pascal-case (fixes #328)

github.com/jsx-eslint/eslint-plugin-react - 1bd8c89e86cb8404184fe90391ce3483950d195f authored about 9 years ago by Yannick Croissant <[email protected]>
Allow consecutive uppercase letters in jsx-pascal-case

I've run into a couple of cases where I have consecutive capital letters
in React components (e....

github.com/jsx-eslint/eslint-plugin-react - c5b67d4df680ee753d4190cff1e66e5eb4194d8f authored about 9 years ago by Joe Lencioni <[email protected]>
Merge pull request #315 from jakemmarsh/jsx-handler-names

Add jsx-handler-names rule

github.com/jsx-eslint/eslint-plugin-react - 2b3c8c015087d8f1983ec856612997d4167c7715 authored about 9 years ago by Yannick Croissant <[email protected]>
add jsx-handler-names rule

github.com/jsx-eslint/eslint-plugin-react - eab3bd89e94f5282651da5967a5d295c140f1366 authored about 9 years ago by Jake Marsh <[email protected]>
Merge pull request #325 from briandipalma/patch-1

Add `jsx-pascal-case` to complete list of rules

github.com/jsx-eslint/eslint-plugin-react - add052f9d9fdc6dc32051bded1b6339f71b29a0a authored about 9 years ago by Yannick Croissant <[email protected]>
Add SVG attributes support to no-unknown-property (fixes #318)

github.com/jsx-eslint/eslint-plugin-react - 0b0e4fb867b074f90ea66f41739426f2def8f7e6 authored about 9 years ago by Yannick Croissant <[email protected]>
Add `jsx-pascal-case` to complete list of rules

The `jsx-pascal-case` isn't in the example complete config.

github.com/jsx-eslint/eslint-plugin-react - 0a5eaa92eb39816d7d757c83ee9b68029cac3b6b authored about 9 years ago by Brian Di Palma <[email protected]>
Update CHANGELOG and bump version

github.com/jsx-eslint/eslint-plugin-react - b4376809d82fb324c757a0242664ed3700619ffc authored about 9 years ago by Yannick Croissant <[email protected]>
Merge pull request #324 from lukekarrys/master

Fix crash with ESLint 1.10.0 (fixes #323)

github.com/jsx-eslint/eslint-plugin-react - 1b5d007709aa98766ffeb4f08115dc10ea915136 authored about 9 years ago by Yannick Croissant <[email protected]>
Fix crash when using eslint 1.10.0

Pass utils as another parameter instead of adding on to context
fixes #323

github.com/jsx-eslint/eslint-plugin-react - 886a09add19adbb7b66451c696cf22c81291c336 authored about 9 years ago by Luke Karrys <[email protected]>
Merge pull request #321 from dapetcu21/master

Fix crash on incomplete class property declaration (fixes #317)

github.com/jsx-eslint/eslint-plugin-react - 25e05b885e888a791cf2d5f66b9140a6180d26e2 authored about 9 years ago by Yannick Croissant <[email protected]>
Fix crash on incomplete class property declaration

github.com/jsx-eslint/eslint-plugin-react - c223c2d007edbf811779c4315fb6024f0070b3e1 authored about 9 years ago by Marius Petcu <[email protected]>
Merge pull request #306 from jakemmarsh/jsx-pascal-case

Add jsx-pascal-case rule

github.com/jsx-eslint/eslint-plugin-react - e31b735d310aab6bec554d130dca503f658180ee authored about 9 years ago by Yannick Croissant <[email protected]>
add jsx-pascal-case rule

github.com/jsx-eslint/eslint-plugin-react - 9d07f1d6fb9dbf421b014ff83645a18a3bdfe8d7 authored about 9 years ago by Jake Marsh <[email protected]>
Update CHANGELOG and bump version

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

github.com/jsx-eslint/eslint-plugin-react - 4ec01943de6ad405d064a1bf75d01a784fa4ee5e authored about 9 years ago by Yannick Croissant <[email protected]>
Update node.js versions in travis config file

github.com/jsx-eslint/eslint-plugin-react - 9e1a8505db945928ad6e92cf24bb540a53aee4b0 authored about 9 years ago by Yannick Croissant <[email protected]>
Fix crash when destructuring with only the rest spread (fixes #269)

github.com/jsx-eslint/eslint-plugin-react - 2f6e2b03a61bbed3cd3d9c4b3299418e5a1e4fc5 authored about 9 years ago by Yannick Croissant <[email protected]>
Add allow-in-func option to no-did-update-set-state (fixes #300)

github.com/jsx-eslint/eslint-plugin-react - fca4db0a4ef415bd288c0cdf4099ecf6e71986ef authored about 9 years ago by Yannick Croissant <[email protected]>
Fix variables detection when searching for related components (fixes #303)

github.com/jsx-eslint/eslint-plugin-react - 48f67ad3362a0cb65631421eac79476f4a346f91 authored about 9 years ago by Yannick Croissant <[email protected]>
Add option to only enforce jsx-closing-bracket-location rule to only one type of tag (fixes #307)

github.com/jsx-eslint/eslint-plugin-react - 4787aa065742f74bb266c82c3fcd49932a543656 authored about 9 years ago by Yannick Croissant <[email protected]>
Merge pull request #299 from hamiltondanielb/master

Add new test case for prefer-es6-class

github.com/jsx-eslint/eslint-plugin-react - e4d6320e7e339eaf4ef3091c8787bccab6d2be23 authored about 9 years ago by Yannick Croissant <[email protected]>
Merge pull request #293 from benmosher/jsx-key

Add jsx-key rule

github.com/jsx-eslint/eslint-plugin-react - 941f8299aaf423cfb068fcc89a9c49316b11ef65 authored about 9 years ago by Yannick Croissant <[email protected]>
Merge pull request #308 from zertosh/nup-custom-el

Fix no-unknown-property to not check custom elements

github.com/jsx-eslint/eslint-plugin-react - 0b94fd666ba5a216fef3a6d2c3a1adc7fe5e90cd authored about 9 years ago by Yannick Croissant <[email protected]>
no-unknown-property should not check custom elements

github.com/jsx-eslint/eslint-plugin-react - 1ec1b18ff5969f66a69a26ff4718127e91ba934a authored about 9 years ago by Andres Suarez <[email protected]>
Merge pull request #301 from Khan/master

Improve jsx-closing-bracket-location error message

github.com/jsx-eslint/eslint-plugin-react - 218e9fcad3387e315ecafa3cab4639bd6cd88939 authored about 9 years ago by Yannick Croissant <[email protected]>
Improve jsx-closing-bracket-location error message

Summary:
By adding expected column information for the closing bracket, as well
as reporting the...

github.com/jsx-eslint/eslint-plugin-react - 44f376e360aade7bc005e29774b86c75f975a0d4 authored about 9 years ago by Alex Lopatin <[email protected]>
First draft of jsx-key.

github.com/jsx-eslint/eslint-plugin-react - 5165d32bd59a42df0ead97ea9ffb09260a8adc57 authored about 9 years ago by Ben Mosher <[email protected]>
Update CHANGELOG and bump version

github.com/jsx-eslint/eslint-plugin-react - 03fda3f1b609ae4ccfc0b45855b6dbfd09ec4a9d authored about 9 years ago by Yannick Croissant <[email protected]>
Fix direct props detection (fixes #298)

github.com/jsx-eslint/eslint-plugin-react - d4643473c5f99e2c52c08074db06a275c3fb45ce authored about 9 years ago by Yannick Croissant <[email protected]>
Fix ES5 class detection when using createClass by itself (fixes #297)

github.com/jsx-eslint/eslint-plugin-react - 004baae8ee346a593a1c7bdaff39a01e528f1bcd authored about 9 years ago by Yannick Croissant <[email protected]>
Add ignoreStateless option to no-multi-comp (fixes #290)

github.com/jsx-eslint/eslint-plugin-react - 794a05ae0475e3ece9f70ea593012e0a0501fc40 authored about 9 years ago by Yannick Croissant <[email protected]>
Fix classes with properties to always be marked as components (fixes #291)

github.com/jsx-eslint/eslint-plugin-react - 2929aaa8118f8f790b1a98493432be22a8717351 authored about 9 years ago by Yannick Croissant <[email protected]>
added new test case for another scenerio that was valid

github.com/jsx-eslint/eslint-plugin-react - 1f954eebdea1b5e2b285bf4cb981b9c63da26b2a authored about 9 years ago by Dan Hamilton <[email protected]>
Ignore functions with the this keyword during component detection

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

github.com/jsx-eslint/eslint-plugin-react - 170c5f24f66e3303aa7ef22a0312cb3bb7e11c48 authored about 9 years ago by Yannick Croissant <[email protected]>
Fix ES5 components detection from nested functions (fixes #287)

github.com/jsx-eslint/eslint-plugin-react - dcf01a62e8303c2670be157427b243a891a96989 authored about 9 years ago by Yannick Croissant <[email protected]>
Fix crash in ES5 components detection (fixes #286)

github.com/jsx-eslint/eslint-plugin-react - 728df929a676c60a2fdc42e255294a1d5350f837 authored about 9 years ago by Yannick Croissant <[email protected]>
Fix sort-comp crash on stateless components (fixes #285)

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