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

Fix prop-types on annotated components (fixes #729)

github.com/jsx-eslint/eslint-plugin-react - 763382f8d4ec5961c765bbb71cd2698016da5b53 authored over 8 years ago by Yannick Croissant <[email protected]>
Fix `jsx-sort-props` option name in CHANGELOG

github.com/jsx-eslint/eslint-plugin-react - 3fdd03049d94987b383f9a2232093563f65552c1 authored over 8 years ago by Dmitriy Lazarev <[email protected]>
Update CHANGELOG and bump version

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

github.com/jsx-eslint/eslint-plugin-react - 906c96d4a8393c0969c2638c10e33051892c89ba authored over 8 years ago by Yannick Croissant <[email protected]>
Revert "Completing cleanup of `no-comment-textnodes` rule."

This reverts commit 2f7a46209af2bcffc94296a0ee0ea64741dc2472 per https://github.com/yannickcr/es...

github.com/jsx-eslint/eslint-plugin-react - d19d0d5b62f8f830f9c785aa54fc337b071180a7 authored over 8 years ago by Jordan Harband <[email protected]>
Fix wrap-multilines rule

Wrap multilines was broken after switching to new eslint rule format.
Also in this commit wrap-m...

github.com/jsx-eslint/eslint-plugin-react - 99f5eac654557eca1f5e13c2dd49c5253418e4dc authored over 8 years ago by Artyom Kozhemiakin <[email protected]>
Prevent jsx-handler-names from incorrectly flagging `only`

The rule was triggered for a property `only`. This is because the regex
was checking for the pre...

github.com/jsx-eslint/eslint-plugin-react - 1a1dcdb5d4cfe9ec0ae5a03c2c80d6581e586bdf authored over 8 years ago by Joe Lencioni <[email protected]>
Completing cleanup of `no-comment-textnodes` rule.

This rule was never released in a non-alpha, non-rc version. It was renamed to `jsx-no-comment-t...

github.com/jsx-eslint/eslint-plugin-react - 2f7a46209af2bcffc94296a0ee0ea64741dc2472 authored over 8 years ago by Jordan Harband <[email protected]>
Update CHANGELOG and bump version

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

github.com/jsx-eslint/eslint-plugin-react - 19ece14135897da6bf887ac3a818b0918b74da61 authored over 8 years ago by Yannick Croissant <[email protected]>
Update self-closing-comp to check html tags by default

github.com/jsx-eslint/eslint-plugin-react - 4c94f32a0bcfe22325bafb2ec8413ad866f8839c authored over 8 years ago by Yannick Croissant <[email protected]>
Add require-render-return rule to recommended configuration

github.com/jsx-eslint/eslint-plugin-react - e84af68a3bf48c9a34f14e73a8b4dc1ed7488bab authored over 8 years ago by Yannick Croissant <[email protected]>
Deprecate require-extension rule

github.com/jsx-eslint/eslint-plugin-react - 936c42a9884efe1d7ad139ffd0936c01b74d521a authored over 8 years ago by Yannick Croissant <[email protected]>
Add rules metadata docs

github.com/jsx-eslint/eslint-plugin-react - 21f684a738af7a6f2b1ec9517b5040162a750789 authored over 8 years ago by Yannick Croissant <[email protected]>
Update SVG and DOM attribute list for no-unknown-property

github.com/jsx-eslint/eslint-plugin-react - a56653683032350930ffd1dc7f193f275045af63 authored over 8 years ago by Yannick Croissant <[email protected]>
Fix no-unknown-property check on SVG attributes (fixes #718)

github.com/jsx-eslint/eslint-plugin-react - 34c8a104737605e221b3f113b26d604d417dbe19 authored over 8 years ago by Yannick Croissant <[email protected]>
Don't include deprecated rules in `all` config

github.com/jsx-eslint/eslint-plugin-react - 095968c9f637d24049fc8b2abe2db9d1dd9806e2 authored over 8 years ago by Patrick Hayes <[email protected]>
Mention defaults for `forbid` option in docs

Listing the defaults in the documentation for these rules makes it
clearer how they work.

github.com/jsx-eslint/eslint-plugin-react - 67919e43ee69e712770fe43c30ea52f84ae71e42 authored over 8 years ago by Joe Lencioni <[email protected]>
Add rule to forbid className and style being passed to Components

Passing `className` or `style` to your Components is a source of much
hidden complexity that can...

github.com/jsx-eslint/eslint-plugin-react - 986e00e3411de4d95216c11057c5f0017b9791ec authored over 8 years ago by Joe Lencioni <[email protected]>
Update forbid-component-props to new ESLint rule format

I updated this via the codemod from eslint-transforms. [I ran into some
errors getting eslint-tr...

github.com/jsx-eslint/eslint-plugin-react - 7e67c2dfc83bdb8a13b0dec560c1ed46ac39c863 authored over 8 years ago by Joe Lencioni <[email protected]>
Add backticks in forbid-prop-types documentation

This is a reference to code, so we should use backticks.

I've also changed it to be "PropType...

github.com/jsx-eslint/eslint-plugin-react - 0b2dcc6289e3d185f006e3051609f24b2e9fb328 authored over 8 years ago by Joe Lencioni <[email protected]>
Switch to new eslint rule format (fixes #661)

github.com/jsx-eslint/eslint-plugin-react - 10c6f23866b58dff5a7f8d16eb8b8a62cc997a66 authored over 8 years ago by David Petersen <[email protected]>
Update recommended configuration rules list in README

github.com/jsx-eslint/eslint-plugin-react - 54b674a04c472ac74d296c93d6f4b3b586ba05f6 authored over 8 years ago by Yannick Croissant <[email protected]>
Remove no-did-mount-set-state and no-did-update-set-state from recommended rules (fixes #596)

github.com/jsx-eslint/eslint-plugin-react - 419bd43ecb3e51bcd6767758a5049c9371eecd4a authored over 8 years ago by Yannick Croissant <[email protected]>
Fix no-did-update-set-state documentation

github.com/jsx-eslint/eslint-plugin-react - 1ce29d4b213f93579d8d0ae86466ee446af0be39 authored over 8 years ago by Yannick Croissant <[email protected]>
Enable allow-in-func mode by default in no-did-mount-set-state and no-did-update-set-state rules (fixes #686)

github.com/jsx-eslint/eslint-plugin-react - 376dc53656f78059fb405d9e30c2f402717f6882 authored over 8 years ago by Joe Lencioni <[email protected]>
Remove no-danger from recommended rules

github.com/jsx-eslint/eslint-plugin-react - 2105cbc83066f15907c2b3e394811380ada63413 authored over 8 years ago by Yannick Croissant <[email protected]>
Update shareable configuration section in README

github.com/jsx-eslint/eslint-plugin-react - 8b8eba77478b27b315e63951b8560dddaa5515e5 authored over 8 years ago by Yannick Croissant <[email protected]>
Fix jsx-uses-vars that incorrectly marked some variables as used (fixes #694)

github.com/jsx-eslint/eslint-plugin-react - dcc02946e62bea46fc244f6417c639532ad0ed46 authored over 8 years ago by Joe Lencioni <[email protected]>
Fix require-optimization warning on stateless components (fixes #687)

github.com/jsx-eslint/eslint-plugin-react - 046a7237617bd4d8efb155069147ef714e927738 authored over 8 years ago by Yannick Croissant <[email protected]>
Fix spread props cash in jsx-no-target-blank

github.com/jsx-eslint/eslint-plugin-react - c7a6c67363516bbff8ea8bacd24c657197651af2 authored over 8 years ago by Randy Coulman <[email protected]>
Remove rules deprecated options

github.com/jsx-eslint/eslint-plugin-react - 00cdab819175c735a3205b12b31445856b5268e5 authored over 8 years ago by Joe Lencioni <[email protected]>
Update CHANGELOG and bump version

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

github.com/jsx-eslint/eslint-plugin-react - a24c3289a410fd2d7ba07825ec7c470b4556be2b authored over 8 years ago by Yannick Croissant <[email protected]>
Add allowDecorators option to require-optimization

github.com/jsx-eslint/eslint-plugin-react - f7a9dcc96ea7fe1398a0fe27d0d85f0e57e1f43d authored over 8 years ago by Andrey Marchenko <[email protected]>
Fix jsx-curly-spacing reporting on JSX content (fixes #671)

github.com/jsx-eslint/eslint-plugin-react - 1614cc6747dd45c47bb42ade45a489c4633923c3 authored over 8 years ago by Yannick Croissant <[email protected]>
Only reporting up to once per file for jsx-filename-extension

github.com/jsx-eslint/eslint-plugin-react - 0f4ec75b0aa834f6d9c135a3559d4a41ddfd8c56 authored over 8 years ago by Mathieu M-Gosselin <[email protected]>
Add shorthandFirst option to jsx-sort-props (fixes #391)

github.com/jsx-eslint/eslint-plugin-react - f9ea1954fbe4b526032b1548cffd337083e773e1 authored over 8 years ago by Mathieu M-Gosselin <[email protected]>
Fix JSX return being assigned to the parent function is some cases (fixes #504)

github.com/jsx-eslint/eslint-plugin-react - eb872c9dfc294f7a03475019e56da1faaefb90e8 authored over 8 years ago by Yannick Croissant <[email protected]>
Fix destructured arguments to be assigned to the parent stateless component (fixes #698)

github.com/jsx-eslint/eslint-plugin-react - 8863dfa0bc33a208ee4e531633ba8780f501d736 authored over 8 years ago by Yannick Croissant <[email protected]>
Rename some JSX-specific rules to include jsx- prefix (fixes #668)

github.com/jsx-eslint/eslint-plugin-react - 57c6ccf6efa0c2bd25d96b94ef65b44348860298 authored over 8 years ago by Joe Lencioni <[email protected]>
Fix no-find-dom-node detection

github.com/jsx-eslint/eslint-plugin-react - 30672e6f2473755e4bc6747a9df0d8fe48fff7dc authored over 8 years ago by Yannick Croissant <[email protected]>
Add an "all" sharable configuration with all rules enabled (fixes #674)

github.com/jsx-eslint/eslint-plugin-react - 063e343122017c1f311cfa38c94b866357d98aad authored over 8 years ago by Patrick Hayes <[email protected]>
Add no-find-dom-node rule (fixes #678)

github.com/jsx-eslint/eslint-plugin-react - 55b9cbe007302336f92c005aadd0d6323cdfe488 authored over 8 years ago by Yannick Croissant <[email protected]>
Remove deprecated jsx-sort-prop-types rule (fixes #549)

github.com/jsx-eslint/eslint-plugin-react - 30b267b4c7878951ca420bf2687e3022144dbc90 authored over 8 years ago by Joe Lencioni <[email protected]>
Fix `--fix` for props-aligned in jsx-closing-bracket-location

github.com/jsx-eslint/eslint-plugin-react - cbb593022c32ade480ea09eeecf59e91cd2276b1 authored over 8 years ago by Patrick Hayes <[email protected]>
Add more ES7 bind operator tests for jsx-handler-names

github.com/jsx-eslint/eslint-plugin-react - 78a4a9e8cbbd9d8158a6591c5530ebc1a11ddd77 authored over 8 years ago by Yannick Croissant <[email protected]>
Fix jsx-no-bind reporting errors on render functions that don't return JSX (fixes #663)

github.com/jsx-eslint/eslint-plugin-react - ae5a43be347c4e71d58b4d9912332b2e54dfaaf6 authored over 8 years ago by David Petersen <[email protected]>
[docs] - Update CHANGELOG

github.com/jsx-eslint/eslint-plugin-jsx-a11y - 1339c2b99302dbd498836c85830ef6fb13c3f64d authored over 8 years ago by Ethan Cohen <[email protected]>
[fix] - `heading-has-content`: dangerouslySetInnerHTML should pass

Fixes #64

github.com/jsx-eslint/eslint-plugin-jsx-a11y - d42d1e5706137f217e814a0c5c9cc75b81d80331 authored over 8 years ago by Ethan Cohen <[email protected]>
[fix] - Add test for integrating JSXElement fix in jsx-ast-utils

Fixes #63

github.com/jsx-eslint/eslint-plugin-jsx-a11y - efeeb6db9ed679b8fdb92375881f4eaad17e02a9 authored over 8 years ago by Ethan Cohen <[email protected]>
[fix] - Fix JSXElement in expression handler. (#2)

* [fix] - Add JSXElement to expression types to handle recursively extracting prop value.

* [...

github.com/jsx-eslint/jsx-ast-utils - e36479c9b096b2c7652256c1ef1062f43d6626ff authored over 8 years ago by Ethan Cohen <[email protected]>
[docs] - Update CHANGELOG.

github.com/jsx-eslint/jsx-ast-utils - d20e4c3afd606a460db19b55fb51a64a8684f8ad authored over 8 years ago by Ethan Cohen <[email protected]>
[docs] - Update CHANGELOG

github.com/jsx-eslint/eslint-plugin-jsx-a11y - ae0a9a8cf5c2dc87a41f8a659fa8b58d5b6a4976 authored over 8 years ago by Ethan Cohen <[email protected]>
scope no-onchange to select menu elements (#61)

Fixes #55

github.com/jsx-eslint/eslint-plugin-jsx-a11y - 964644f39bf7b7d3f8ee50dd78306e6dbc6d00e2 authored over 8 years ago by Raymond May Jr <[email protected]>
[new] - Add support for `TaggedTemplateExpression`

github.com/jsx-eslint/jsx-ast-utils - dc36b695c9961773137619e7ca3130d87c87c7f3 authored over 8 years ago by Mathieu M-Gosselin <[email protected]>
Update CHANGELOG and bump version

github.com/jsx-eslint/eslint-plugin-react - ae2786649ecfecc37186f9b1e20e9ceb7abf3155 authored over 8 years ago by Yannick Croissant <[email protected]>
Update peerDependencies requirements

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

github.com/jsx-eslint/eslint-plugin-react - a0f2c8161c383520474c0cadd59032c8cc1b20ee authored over 8 years ago by Yannick Croissant <[email protected]>
Fix no-comment-textnodes incorrectly catching urls (fixes #664)

github.com/jsx-eslint/eslint-plugin-react - f998882a44fa665f871c2cf24905c92deb86a5a3 authored over 8 years ago by David Petersen <[email protected]>
Fix jsx-filename-extension to not check filenames on text input (fixes #662)

github.com/jsx-eslint/eslint-plugin-react - f235b843d23d40ff31f36f5962939a0ff926d8ad authored over 8 years ago by Jordan Harband <[email protected]>
[Tests] [appveyor] drop support for pre-node-4, add node 6.

github.com/jsx-eslint/eslint-plugin-react - dea9e18abf124df10ddbe9fa2f72591ab6d10820 authored over 8 years ago by Jordan Harband <[email protected]>
[Tests] drop support for pre-node-4, add node 6, properly quote node versions.

github.com/jsx-eslint/eslint-plugin-react - 3c8afb3444152926fb19bf08cd72e272be490f4c authored over 8 years ago by Jordan Harband <[email protected]>
[fix] - Allow eslint v3 & greater as peer dependency as well

github.com/jsx-eslint/eslint-plugin-jsx-a11y - 92c5aab4a66b70f7f78a1ab7b10811ac2848ad1b authored over 8 years ago by Ethan Cohen <[email protected]>
[docs] - Update CHANGELOG

github.com/jsx-eslint/eslint-plugin-jsx-a11y - eca1c2509811572e262e9545122d3eb8677cc2ac authored over 8 years ago by Ethan Cohen <[email protected]>
[fix] - Add eslint as a peerDependency

Fixes #62

github.com/jsx-eslint/eslint-plugin-jsx-a11y - f59708f5d78b9af5ae4ad898f95e52445741975d authored over 8 years ago by Ethan Cohen <[email protected]>
Merge pull request #657 from jokeyrhyme/bump-deps-eslint-3

[Deps] upgrade `eslint` to v3

github.com/jsx-eslint/eslint-plugin-react - c1c8872105d8edaaee95fcda96b5100a7a24fbd1 authored over 8 years ago by Jordan Harband <[email protected]>
Add reference to jsx-boolean-value docs

github.com/jsx-eslint/eslint-plugin-react - eb5853adc78852bca38d659e4d85f18acdc13e0d authored over 8 years ago by Danny Guo <[email protected]>
bump deps; make eslint@2||3 a peerDep

github.com/jsx-eslint/eslint-plugin-react - 23869dfbd5fff75eb6f36ac82ba192184d6fbcdf authored over 8 years ago by Ron Waldon <[email protected]>
Fix prop-types crash when accessing constructor on props (fixes #654)

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

github.com/jsx-eslint/eslint-plugin-react - 01e8b59e95e4594bba1926c05d418dc98de4a877 authored over 8 years ago by Yannick Croissant <[email protected]>
Fix prop-types for namespaced components (fixes #621)

github.com/jsx-eslint/eslint-plugin-react - 6168ac5fa75c316b298a4efcda75aa0f57dbd206 authored over 8 years ago by Yannick Croissant <[email protected]>
Add support for function-bind to jsx-no-bind (fixes #532)

github.com/jsx-eslint/eslint-plugin-react - 16e7019ec669a6dc87775afd54e267e583b74397 authored over 8 years ago by Ethan Cohen <[email protected]>
Fix props handling when destructured in constructor (fixes #639)

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

github.com/jsx-eslint/eslint-plugin-react - 46c800805c735074c5e9f43a8b0c907ded024790 authored over 8 years ago by Yannick Croissant <[email protected]>
Fix jsx-no-bind crash (fixes #641)

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

github.com/jsx-eslint/eslint-plugin-react - d6d0d8a7cad504f6d274d2ddc1916dd26ac3b458 authored over 8 years ago by Yannick Croissant <[email protected]>
Fix jsx-pascal-case for JSXMemberExpressions (fixes #637)

github.com/jsx-eslint/eslint-plugin-react - ef406fa9969ffaa8e2af745ab5a439231faf8a94 authored over 8 years ago by Ethan Cohen <[email protected]>
Update CHANGELOG and bump version

github.com/jsx-eslint/eslint-plugin-react - e6265669ed4e4317edb7d613420677a1495e5921 authored over 8 years ago by Yannick Croissant <[email protected]>
Add missing no-comment-textnodes rule to README

github.com/jsx-eslint/eslint-plugin-react - 67053d9ec36ca915739e1ccb98f919a624e6aadf authored over 8 years ago by Yannick Croissant <[email protected]>
[docs] - Update CHANGELOG

github.com/jsx-eslint/eslint-plugin-jsx-a11y - 6c8fa9298753a802569f8baf66ed5333747d4f21 authored over 8 years ago by Ethan Cohen <[email protected]>
[fix] - Fix crash when <ELEMENT role /> for role-supports-aria-props

github.com/jsx-eslint/eslint-plugin-jsx-a11y - 25bd5bafcb99cfe6b33c51b68c3cd836ea5515cc authored over 8 years ago by Ethan Cohen <[email protected]>
[docs] - Update CHANGELOG

github.com/jsx-eslint/eslint-plugin-jsx-a11y - cd5a2f03757ed32d5877be9b173b95b9947950b4 authored over 8 years ago by Ethan Cohen <[email protected]>
[fix] - Fix img-redundant-alt rule to use getLiteralPropValue.

github.com/jsx-eslint/eslint-plugin-jsx-a11y - d48cc0dd022bf6311b1d6e65738c08c175a42810 authored over 8 years ago by Ethan Cohen <[email protected]>
Update dependencies

github.com/jsx-eslint/eslint-plugin-react - 698d7e521fbf600a4f90120724acdfaeb5e6be76 authored over 8 years ago by Yannick Croissant <[email protected]>
[docs] - Update CHANGELOG.

github.com/jsx-eslint/eslint-plugin-jsx-a11y - aa34eaec577beda2146aed4b1f05d4df18257952 authored over 8 years ago by Ethan Cohen <[email protected]>
[fix] - Edit heading-has-content to check correctly for undefined.

github.com/jsx-eslint/eslint-plugin-jsx-a11y - 152bea41f891cc6f81e0e1271dffd3de6b2a0fd9 authored over 8 years ago by Ethan Cohen <[email protected]>
Fix prop-types crash when destructuring props with spread only

github.com/jsx-eslint/eslint-plugin-react - e341dfa2b8b8d793e1925a856ca3a72ef87d344b authored over 8 years ago by Yannick Croissant <[email protected]>
Remove no-danger from recommended rules

Using `dangerouslySetInnerHTML` is already very explicit and there are some things you actually ...

github.com/jsx-eslint/eslint-plugin-react - 17971fa8dbcdf6c72f7b44cd750f6282254de337 authored over 8 years ago by Michael Jackson <[email protected]>
[docs] - Update CHANGELOG

github.com/jsx-eslint/eslint-plugin-jsx-a11y - 612181dbda78a1d1745c47951dfe58eef3060489 authored over 8 years ago by Ethan Cohen <[email protected]>