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

Update .eslintrc config for ESLint 4.0.0

github.com/jsx-eslint/eslint-plugin-react - 1bcaee0055fd5466dfbed48b6a45fdccd0fa3021 authored over 7 years ago
Fix prop-types crash with Flow spread operator (fixes #1178)

github.com/jsx-eslint/eslint-plugin-react - dd10133298cb946edc00c917f287064ab395ed70 authored over 7 years ago
Merge pull request #1179 from fatfisz/fix-undefined-allow-multiline

Fix "allowMultiline" being undefined in some cases

github.com/jsx-eslint/eslint-plugin-react - 688a78fdd95f8c053c461ef6f51bc5cdaf793bf8 authored over 7 years ago
Fix "allowMultiline" being undefined in some cases

github.com/jsx-eslint/eslint-plugin-react - 17ec3b5e59374b814e31e0254f9743b97b0d3962 authored over 7 years ago
Polyfill missed Array.includes in test helper. (#233)

github.com/jsx-eslint/eslint-plugin-jsx-a11y - c16fa000d97b7d6fd652c56e9940534f1c612cd7 authored over 7 years ago
Add linting to all directories and fix errors.

github.com/jsx-eslint/eslint-plugin-jsx-a11y - 47b130611012b8ebfc90874fa400e2264281500c authored over 7 years ago
Upgrade all dependencies.

github.com/jsx-eslint/eslint-plugin-jsx-a11y - fb8c626b302438767d59c77e77ea6f5971bcef47 authored over 7 years ago
Fix: backward compatibility with node.js v4 and v5. (#231)

github.com/jsx-eslint/eslint-plugin-jsx-a11y - fb5b87a89a184e7babc74ddff2e269266afc9f1c authored over 7 years ago
Fix prop-types to not mark class static function as valid propTypes definition (fixes #1174)

github.com/jsx-eslint/eslint-plugin-react - e169101b4d2fa5272c9ad4565556a38a09bdef9d authored over 7 years ago
Merge pull request #1173 from luftywiranda13/patch-1

Update jsx-filename-extension.md

github.com/jsx-eslint/eslint-plugin-react - 6bcb70f7ef3677715bea46f97ffbc434af7ddc68 authored over 7 years ago
Update jsx-filename-extension.md

* Trailing comma is causing .json file stops working
* Trailing comma is supported in .eslintrc...

github.com/jsx-eslint/eslint-plugin-react - b35386ba22ddbe16084530ce1f2e22e6ec450b19 authored over 7 years ago
Update recommended rules list

github.com/jsx-eslint/eslint-plugin-react - ee8d3a1f67d1c8fbcc598d968f3ac23f3e8a2c80 authored over 7 years ago
Update CHANGELOG and bump version

github.com/jsx-eslint/eslint-plugin-react - d335b1f8b6b4a1784c0f0a03d337b21b8f019236 authored over 7 years ago
Update CHANGELOG for v5.

github.com/jsx-eslint/eslint-plugin-jsx-a11y - bb8dc4def0e5ac14ecac0cb8ea6fd1a45aac57c6 authored over 7 years ago
Merge pull request #1167 from Slumber86/master

Update docs for deprecated prop-types

github.com/jsx-eslint/eslint-plugin-react - d97e5f09a055a655ed80012c5d4e451a579da89b authored over 7 years ago
Refactor img-has-alt to alt-text (#220)

github.com/jsx-eslint/eslint-plugin-jsx-a11y - 24b6193318baf36bb0a9d99b6135a6909f55cd3b authored over 7 years ago
Add react/no-redundant-should-component-update

This will check for `shouldComponentUpdate` defined in a class that
extends React.PureComponent.

github.com/jsx-eslint/eslint-plugin-react - e01a771dbe4da783b425126b06e2eb0e8dab2d5f authored over 7 years ago
Update docs for deprecated prop-types

github.com/jsx-eslint/eslint-plugin-react - 2cd9e5e3f5d16edb48f56ba5ccb4e2cbfccdeba5 authored over 7 years ago
Remove object.assign require

github.com/jsx-eslint/eslint-plugin-react - 7ec5eb34ced3440ca70fb0ffcdb10a6dda185995 authored over 7 years ago
Update for Node 4

Enact-DCO-1.0-Signed-off-by: Roy Sutton [email protected]

github.com/jsx-eslint/eslint-plugin-react - b69abae2dd01d7cede039be7cc45c33068520414 authored over 7 years ago
Update CHANGELOG and bump version

github.com/jsx-eslint/eslint-plugin-react - 4d5faeedbeb08369476265b4fb949dab3cedb8ae authored over 7 years ago
Update to createReactClass

github.com/jsx-eslint/eslint-plugin-react - 0b2c3e292abef4f54dff79055a29b839d26faa06 authored over 7 years ago
Add new rule 'no-invalid-default-props'

Fixes #1022

github.com/jsx-eslint/eslint-plugin-react - d8004616023a6ebb8b1c4aa8e67238a0bfe28e72 authored over 7 years ago
Correct React.createClass defaultProps

github.com/jsx-eslint/eslint-plugin-react - cbd90a37300e2afcd15a1880971a6e306d273af0 authored over 7 years ago
Address review feedback

github.com/jsx-eslint/eslint-plugin-react - e05f47a9adb9c9ffd3ba7a87ecda3509b7176feb authored over 7 years ago
Merge pull request #1134 from MatthewHerbst/jsx-sort-props/new-rule-option--reservedFirst

[New] Add a `reservedFirst` option to the `jsx-sort-props` rule

github.com/jsx-eslint/eslint-plugin-react - dfe190bc1787abbcb9184dacc0ca7ad59eab74a6 authored over 7 years ago
Merge pull request #221 from jessebeach/docs--no-noninteractive-element-interactions

Add a case for interaction handlers on table cells to no-noninteracti…

github.com/jsx-eslint/eslint-plugin-jsx-a11y - 5be6cd62b8c7cbeaa4192dc6869a210a56561f01 authored almost 8 years ago
Add a case for interaction handlers on table cells to no-noninteractive-element-interactions

github.com/jsx-eslint/eslint-plugin-jsx-a11y - 68931f3c64b58decff6e1f56250d4bf750f9bfa3 authored almost 8 years ago
Merge pull request #802 from kokarn/master

Add default for jsx-first-prop-new-line

github.com/jsx-eslint/eslint-plugin-react - 14dbf9959121b7f4f00a9978713f5838d482c9da authored almost 8 years ago
Add default for jsx-first-prop-new-line

github.com/jsx-eslint/eslint-plugin-react - 7d08955d8db3e5e1dc088e92cf4a9209e325088b authored almost 8 years ago
Merge pull request #791 from Lingvokot/790-stateless-multiline-wrap

jsx-wrap-multilines check arrow functions without block body (fixes #790)

github.com/jsx-eslint/eslint-plugin-react - b5856ca7891c3ee7e3dd4f5c13b9d1ff3483cca5 authored almost 8 years ago
Remove deprecated wrap-multilines rule

github.com/jsx-eslint/eslint-plugin-react - 77048c8fe609f11ad3ee865d0cb7d0f372c0271b authored almost 8 years ago
Remove deprecated no-comment-textnodes rule

github.com/jsx-eslint/eslint-plugin-react - 6d6d24a916554465c717b6e3a3a69e2d9cef652c authored almost 8 years ago
Remove deprecated require-extension rule

github.com/jsx-eslint/eslint-plugin-react - 229cc212939826dfe06c4605eb5594b8c8b1a01e authored almost 8 years ago
Merge pull request #1013 from jomasti/jsx-no-undef-imported-only

react/jsx-no-undef: `allowGlobals` option

github.com/jsx-eslint/eslint-plugin-react - ed928c2f5687598d8e6d2281d84b5f8a714b6e87 authored almost 8 years ago
Merge pull request #1070 from afairb/deprecate-jsx-space-before-closing

Deprecate jsx-space-before-closing rule (fixes #967)

github.com/jsx-eslint/eslint-plugin-react - 6d1485fb26c8880463234c3c1ff2bf2572fb77a2 authored almost 8 years ago
[Breaking] add rules to recommended configuration:

- `no-danger-with-children`: Fixes #748
- `no-string-refs`: Fixes #749
- `jsx-key`: Fixes #75...

github.com/jsx-eslint/eslint-plugin-react - c6c5e3b03c95c62a000b429d53d59a1e681f0f20 authored almost 8 years ago
[Tests] test on node 7 on windows, too

github.com/jsx-eslint/eslint-plugin-react - 444c096c8e734547f294e2c46869705e785c8142 authored almost 8 years ago
Update CHANGELOG and bump version

github.com/jsx-eslint/eslint-plugin-react - 524888ca798acedbb2ea2dee1444181fba198012 authored almost 8 years ago
Update shared settings in Readme

github.com/jsx-eslint/eslint-plugin-react - 82b7b40a999fa8f3eed67757cdb613f128e62c1b authored almost 8 years ago
Update PropTypes usage to reflect changes in React 15.5.0

github.com/jsx-eslint/eslint-plugin-react - 6b5dbe08b9b9bc4ab1c7b8490dacb46f616e9cf9 authored almost 8 years ago
Update documentation examples to use createReactClass

github.com/jsx-eslint/eslint-plugin-react - f651b8f84c320ddfcb498a97f11765735aa65c9c authored almost 8 years ago
Update createClass pragma to createReactClass

github.com/jsx-eslint/eslint-plugin-react - 66e2a45fb4188691baacba785e726e5573cc2532 authored almost 8 years ago
[Tests] use sudo:false travis infra

github.com/jsx-eslint/eslint-plugin-react - 24963137a5d87c2b309b8275c2cbaa14d301f0f8 authored almost 8 years ago
Transform/polyfill Object.assign and support node version 0.10 and 0.12.

- Only run linting in node > 6
- Dont run prepublish on install.

github.com/jsx-eslint/jsx-ast-utils - 153f6824b62021c6ecb6287898e267f0453f711f authored almost 8 years ago
Add import and destructuring support to no-deprecated

github.com/jsx-eslint/eslint-plugin-react - a05a72d0d19f0e40c1bd07ac6febfb86dfc80fcc authored almost 8 years ago
Merge pull request #1148 from Calyhre/feature/deprecations-react-15.5

Add new deprecations from 15.5.0

github.com/jsx-eslint/eslint-plugin-react - eae04d4da9c7f97d8547536af0784c5c82212bd1 authored almost 8 years ago
[New] `no-adjacent-inline-elements`: Prevent adjacent inline elements not separated by whitespace

github.com/jsx-eslint/eslint-plugin-react - 0d7019b48f1d42bb34065c5a321ec66acbc264ca authored almost 8 years ago
Merge pull request #218 from jessebeach/options-for-interactive-element-rules

Add options to element interaction rules

github.com/jsx-eslint/eslint-plugin-jsx-a11y - 6be5eab70af08c3aaa3bcb05042bf7d59bf42d62 authored almost 8 years ago
Adding documentation to interactive rule docs

github.com/jsx-eslint/eslint-plugin-jsx-a11y - acb6f31121f3e43e82989207d08e844282536728 authored almost 8 years ago
Convert options to object from array

github.com/jsx-eslint/eslint-plugin-jsx-a11y - 71299a0ed10a2a060507a9b35bb648e17af96d6e authored almost 8 years ago
Responding to review comments; remove unnecessary assignment

github.com/jsx-eslint/eslint-plugin-jsx-a11y - ed0074dbcd4df8a5ec6287aaaecd4e35af650b56 authored almost 8 years ago
Update changelog.

github.com/jsx-eslint/jsx-ast-utils - 4495b1d3204eb9697a248bcdab83c0ab560afb07 authored almost 8 years ago
Add options to element interaction rules

github.com/jsx-eslint/eslint-plugin-jsx-a11y - f91fa0846a53ed9b7ea7d4a23975487e39dd4edb authored almost 8 years ago
Merge pull request #210 from jessebeach/no-noninteractive-tabindex

No noninteractive tabindex

github.com/jsx-eslint/eslint-plugin-jsx-a11y - a36d8b08c2812f1b3856a270ba99bd7710f88615 authored almost 8 years ago
Upgrade devDependencies.

github.com/jsx-eslint/jsx-ast-utils - 4868468a3c7b53dadd1bb59e6084362a5d6bebdc authored almost 8 years ago
Fixing fatal throw in getPropValue for ArrowFunctionExpression (#30)

github.com/jsx-eslint/jsx-ast-utils - e4d5d5d161380b239130b4461c7fc197f87840a0 authored almost 8 years ago
Responding to feedback about test schema definition

github.com/jsx-eslint/eslint-plugin-jsx-a11y - 1b063ceb5bfa222dd2bd3f12ecb12448758e0037 authored almost 8 years ago
Adding tag and role config overrides to no-noninteractive-tabindex rule.

github.com/jsx-eslint/eslint-plugin-jsx-a11y - 35370e0b583fb4d877e9a4d3bda243987b57db33 authored almost 8 years ago
Adding no-noninteractive-tabindex to README

github.com/jsx-eslint/eslint-plugin-jsx-a11y - aca0eabb6be72cb7ea0f78f382bba334bad66fca authored almost 8 years ago
Updating docs for no-noninteractive-tabindex

github.com/jsx-eslint/eslint-plugin-jsx-a11y - ec15691a21780d5235c06929ee089bc1612e5692 authored almost 8 years ago
Adding the rule no-noninteractive-tabindex

github.com/jsx-eslint/eslint-plugin-jsx-a11y - efd7d4eb300fe47dd5c1749086543b543813f918 authored almost 8 years ago
Upgrade devDependencies and fix flow lint issue.

Fixes #217

github.com/jsx-eslint/eslint-plugin-jsx-a11y - 7ca7805f00679190af6782d148cbf5a79ea7d387 authored almost 8 years ago
Merge pull request #211 from jessebeach/update-docs

Update no-static-element-interactions docs; various other improvements

github.com/jsx-eslint/eslint-plugin-jsx-a11y - 122d82424926d250e892e8b18ad5681a22a36a63 authored almost 8 years ago
Update no-static-element-interactions docs; various other improvements

github.com/jsx-eslint/eslint-plugin-jsx-a11y - 6a7879840049b63a05df88c0120a75e297995da8 authored almost 8 years ago
Removed a stray line. It was in the wrong file.

github.com/jsx-eslint/eslint-plugin-jsx-a11y - 04678888c0c369be2b5a4cb0046539bd135a7e6b authored almost 8 years ago
[docs] - Add eslint-config-airbnb installation instructions. (#216)

Fixes #151

github.com/jsx-eslint/eslint-plugin-jsx-a11y - 3d4488a54fea4da9dd644c316cd183e25eab240d authored almost 8 years ago
Add media-has-caption rule (#212)

#29 audio-has-caption ✅

github.com/jsx-eslint/eslint-plugin-jsx-a11y - 3e1f84755f9e39d4406de8e728a1b3b1a44202aa authored almost 8 years ago
Use pragma option & add more specs

github.com/jsx-eslint/eslint-plugin-react - 3da1140c269e4c8b42931b599b4e034c000defcb authored almost 8 years ago
Update prefer-stateless-function.js

Remove trailing spaces.

github.com/jsx-eslint/eslint-plugin-react - 0fac8d95404e53f8cf437b6c3a9943f727839dac authored almost 8 years ago
Merge branch 'master' into allow-wrapped-pure-components

github.com/jsx-eslint/eslint-plugin-react - a2b61ed363ea69ceb04e9eef459321f4a1b2bf9d authored almost 8 years ago
Add ignoreNonDOM option to no-autofocus. (#213)

github.com/jsx-eslint/eslint-plugin-jsx-a11y - 1c19f4fa8539677ba67b85544e9d86366c30792a authored almost 8 years ago
Merge pull request #207 from jessebeach/axmodel-query-integration

Axmodel query integration

github.com/jsx-eslint/eslint-plugin-jsx-a11y - acae0a23f89bff3338d7c876f845ff967e912bb1 authored almost 8 years ago
Responding to feedback

github.com/jsx-eslint/eslint-plugin-jsx-a11y - 761e7fce7e910fc1f2cae73bafa82f616a9614a4 authored almost 8 years ago
Adding info about aria-query, axobject-query, browsers, the AX Tree and ARIA to the README

github.com/jsx-eslint/eslint-plugin-jsx-a11y - 40a5d52d166fbebc935b5e4dff918d1007eb379f authored almost 8 years ago
Responding to review comments

github.com/jsx-eslint/eslint-plugin-jsx-a11y - 978ea4be4b3a98a2b419b1b5de52494a630ff5a6 authored almost 8 years ago
Replacing all instances (2) of dom Map key spreading; using has method instead

github.com/jsx-eslint/eslint-plugin-jsx-a11y - d123ff77103c88fa5a35ca037f05e9521b495946 authored almost 8 years ago
Responding to code review

github.com/jsx-eslint/eslint-plugin-jsx-a11y - b692d04b818eb75d6e24eceb20fbd1afda5564fd authored almost 8 years ago
Guard against non-JSXAttribute nodes in isInteractiveElement and isNoninteractiveElement

github.com/jsx-eslint/eslint-plugin-jsx-a11y - 4a79503c775fa82476c2af9b18f6b508f40060c5 authored almost 8 years ago
Update aria-query and axobject-query to latest versions

github.com/jsx-eslint/eslint-plugin-jsx-a11y - a94ff98196b313ca779fa8f0a29eed8e75de7c8f authored almost 8 years ago
Added axmodel-query project; Updated isInteractiveElement and isNonInteractiveElement

github.com/jsx-eslint/eslint-plugin-jsx-a11y - d0e001ce1d16a8f318870b6b2c0cd86824d517f5 authored almost 8 years ago
Merge pull request #208 from jessebeach/disregard-null-values

Disregard interactive props with null values

github.com/jsx-eslint/eslint-plugin-jsx-a11y - b44ac6dc2a663b74ab668042a2db53496d02f8ef authored almost 8 years ago
Disregard interactive props with null values

github.com/jsx-eslint/eslint-plugin-jsx-a11y - 7cd4efd43a285d71ca1546decad4f353c88a4ed9 authored almost 8 years ago
Merge pull request #205 from jessebeach/fix-dot-files

Ignore unneeded dot files in npm package

github.com/jsx-eslint/eslint-plugin-jsx-a11y - 20cda7123158cc405b8a98f4f03ff221bf8df498 authored almost 8 years ago
Remove .gitignore from .npmignore

github.com/jsx-eslint/eslint-plugin-jsx-a11y - aa538b9c16ce74fe2b8fb6ec22787c181b206e35 authored almost 8 years ago
Ignore unneeded dot files in npm package

github.com/jsx-eslint/eslint-plugin-jsx-a11y - f9ca3967db7a18b073eb1ed3beeccd27ea0ca3d4 authored almost 8 years ago
Upgrade dependencies and lock file.

github.com/jsx-eslint/eslint-plugin-jsx-a11y - 6a7d8a6114f5f7745a3dfa91f48ad2f6dfc891fd authored almost 8 years ago
[docs] - Edit Fail code example for anchor-has-content rule (#206)

closing `</a>` tag is missing

github.com/jsx-eslint/eslint-plugin-jsx-a11y - 04c27cd166ecfa04db63ab55e96f2b1d15f32def authored almost 8 years ago
Merge pull request #1086 from benstepp/bs-stateless-decorators

prefer-stateless-function w/ decorators

github.com/jsx-eslint/eslint-plugin-react - fd90daea3094296bc2e4dd25b816435398355992 authored almost 8 years ago
Merge pull request #194 from jessebeach/master

Introduce static/noninteractive/interactive role concepts to the plugin

github.com/jsx-eslint/eslint-plugin-jsx-a11y - 750b8943b01e5ff1fa35504b241082f6d447bd78 authored almost 8 years ago