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

[eslint] disable some rules

Fixes #2698.

github.com/jsx-eslint/eslint-plugin-react - 87a6b36b5c976eb4a788fc8447d43b43c4e081d3 authored over 4 years ago
Fix screenreader -> screen reader

github.com/jsx-eslint/eslint-plugin-jsx-a11y - b90e20d6ab585e0afbdae07b98934fcc08de4ca8 authored over 4 years ago
Fixed rule name in comments

github.com/jsx-eslint/eslint-plugin-jsx-a11y - 645900a0e296ca7053dbf6cd9e12cc85849de2d5 authored over 4 years ago
[Fix] `no-typos`/`no-unused-prop-types`/propType detection: Support typescript props interface extension and TSTypeAliasDeclaration

Fixes #2654. Fixes #2719. Fixes #2703.

Co-authored-by: Hank Chen <[email protected]>
Co-auth...

github.com/jsx-eslint/eslint-plugin-react - 90d2cdf1fcb9bd490543ddb87aa16915b75ceb84 authored over 4 years ago
[Fix] `prop-types`: handle component returning null

Fixes #2705.

github.com/jsx-eslint/eslint-plugin-react - c57cc315e4033faed7a35620704c135963b4e09f authored over 4 years ago
[Fix] `no-typos`: warn on a bindingless `react` import

github.com/jsx-eslint/eslint-plugin-react - 5bf1f0f625820f9daf5ab0c45602b959229478cb authored over 4 years ago
Merge pull request #723 from jsx-eslint/fix-634

[fix:635] Ignore control elements that are hidden

github.com/jsx-eslint/eslint-plugin-jsx-a11y - 615cacdba53c384f438b851bffbd5de08f55a454 authored over 4 years ago
Merge branch 'master' into fix-634

github.com/jsx-eslint/eslint-plugin-jsx-a11y - 2b7f6b72222291b0b9502c25a6030f469a8d2837 authored over 4 years ago
Merge pull request #719 from backwardok/add-wcag

Add WCAG guidelines to rule documentation

github.com/jsx-eslint/eslint-plugin-jsx-a11y - 592c2ccf0a8948f7a037d5b32af9e578b8191236 authored over 4 years ago
Merge branch 'master' into add-wcag

github.com/jsx-eslint/eslint-plugin-jsx-a11y - 250e5ad90203097a93efb946b6bb39e1e3bfb083 authored over 4 years ago
Merge pull request #721 from jsx-eslint/dynamic-input-type-autocomplete

Add failing test for autocomplete with dynamic type

github.com/jsx-eslint/eslint-plugin-jsx-a11y - 31721bd6e319bc8662002b6e617ceb0f97b21699 authored over 4 years ago
[fix:634] Ignore control elements that are hidden

github.com/jsx-eslint/eslint-plugin-jsx-a11y - 381b9d6ff71e4e31c773b104e3556a1391c50e54 authored over 4 years ago
Revert "[Tests] a `no-typos` test fails in eslint v7.3"

This reverts commit a4025bda461376b007dcbfb2b745ecc0b3912fb4.

github.com/jsx-eslint/eslint-plugin-react - cc088dffcf7931bbec2f5cdef3726586aaec72b6 authored over 4 years ago
[Tests] `boolean-prop-naming`: Added test for function invocation of bool

Closes #2602

github.com/jsx-eslint/eslint-plugin-react - c8915b1d4b356f9fb993833280ae55bf8b420e98 authored over 4 years ago
[New] `jsx-newline`: Enforce a new line after jsx elements and expressions

github.com/jsx-eslint/eslint-plugin-react - 8867490f15b7c7d892f6acf9d8be6cba008b9dfb authored over 4 years ago
Update CHANGELOG and bump version

github.com/jsx-eslint/eslint-plugin-react - 6fc4bc0a933501ff307d45922ac1bc2e8ea499dc authored over 4 years ago
[Fix] `autocomplete-valid`: workaround for axe not being able to handle `null`

github.com/jsx-eslint/eslint-plugin-jsx-a11y - 2c47f0ada2d71273a7d4adea856ad14636caaf42 authored over 4 years ago
Add failing test for autocomplete with dynamic type

This will cause axe to throw an error like:

> TypeError: Cannot read property 'replace' of null...

github.com/jsx-eslint/eslint-plugin-jsx-a11y - 00bd6d8198815883a6453173dcbe0c8b17f9f336 authored over 4 years ago
[Fix] `no-unused-prop-types`/`prop-types`: typescript interface support literal type and only FunctionComponent should have propTypes validation

Fixes #2686. Fixes #2689.

Co-authored-by: Hank Chen <[email protected]>
Co-authored-by: Jord...

github.com/jsx-eslint/eslint-plugin-react - 4ee6f8e1ff15f89596e6c0249a21275a92052e58 authored over 4 years ago
[Fix] `no-unused-prop-types`/TypeScript: avoid crash on indexable interface

Fixes #2687.

github.com/jsx-eslint/eslint-plugin-react - 830bde71374a9a1b078405e2875db97e22fae092 authored over 4 years ago
Update CHANGELOG and bump version

github.com/jsx-eslint/eslint-plugin-react - 2db008051a898deea0951aeffbf8d03b25d06873 authored over 4 years ago
[Fix] `jsx-pascal-case`: fix a false positive with "H1"

Fixes #2683; caused by #2636.

github.com/jsx-eslint/eslint-plugin-react - c65b79ecd8068fc432707e6246c4b41274f3a44b authored over 4 years ago
[Fix] `jsx-no-useless-fragment`: avoid a crash when autofixing a self-closing React.Fragment

Fixes #2680.

github.com/jsx-eslint/eslint-plugin-react - d2a131a26e71f3ac84d9a99209432a94d0e257f7 authored over 4 years ago
[Fix] `forbid-prop-types`: avoid crash

Fixes #2682.

github.com/jsx-eslint/eslint-plugin-react - a9d2621f00b909d9c668fb207853687fbf4afb43 authored over 4 years ago
[Fix] `no-unused-prop-types`: handle optional chaining

github.com/jsx-eslint/eslint-plugin-react - 85e40aaedc928648f70390fa6fcae45d21b5268e authored over 4 years ago
Update CHANGELOG and bump version

github.com/jsx-eslint/eslint-plugin-react - f5405f7573b799712c44deab3a88964415bd15eb authored over 4 years ago
[Dev Deps] update `@types/eslint`, `@types/estree`, `@types/node`, `eslint-plugin-eslint-plugin`, `eslint-plugin-import`

github.com/jsx-eslint/eslint-plugin-react - 46cf771db207923e9276d7804c047027e20218e2 authored over 4 years ago
Add WCAG guidelines to rule documentation

Adds in a section for every rule that specifies what the WCAG guidelines are (if applicable) in ...

github.com/jsx-eslint/eslint-plugin-jsx-a11y - 3c49c9a61b519b055422bfc0b2aeac895f96d629 authored over 4 years ago
[Tests] a `no-typos` test fails in eslint v7.3

github.com/jsx-eslint/eslint-plugin-react - a4025bda461376b007dcbfb2b745ecc0b3912fb4 authored over 4 years ago
Merge pull request #712 from jsx-eslint/656-fix

Update to [email protected]

github.com/jsx-eslint/eslint-plugin-jsx-a11y - 7a34e45c5b233398ca5c1fef96eaae3af3caff26 authored over 4 years ago
Merge branch 'master' into 656-fix

github.com/jsx-eslint/eslint-plugin-jsx-a11y - 0e58f3990eccf0dfbb773fb122d6cdadc022dd24 authored over 4 years ago
Merge pull request #713 from jsx-eslint/627-fix

Deprecate the accessible-emoji rule

github.com/jsx-eslint/eslint-plugin-jsx-a11y - e5f677255e8b059c6a0d370e77217f0f2adbd3fc authored over 4 years ago
Merge branch 'master' into 627-fix

github.com/jsx-eslint/eslint-plugin-jsx-a11y - e1da6cabd8911bc35af1a28817e78ba9299fce74 authored over 4 years ago
Merge pull request #714 from jsx-eslint/404-fix

Add a testcase for tablist to interactive supports focus

github.com/jsx-eslint/eslint-plugin-jsx-a11y - f855696299f45ea79220019d2af4012a43ecb6ea authored over 4 years ago
Add a testcase for tablist to interactive supports focus

github.com/jsx-eslint/eslint-plugin-jsx-a11y - 4ecaf35052a4019a536352da11cd8dedc0bf405a authored over 4 years ago
Deprecate the accessible-emoji rule

github.com/jsx-eslint/eslint-plugin-jsx-a11y - dac686474692c038f22624c67a4f267448d6c3f3 authored over 4 years ago
Merge branch 'master' into 656-fix

github.com/jsx-eslint/eslint-plugin-jsx-a11y - d187a6cd8ee9ec2594dbd5e420d5a38d945fa03b authored over 4 years ago
Merge pull request #708 from jsx-eslint/673-fix

Negative tabindex is allowed in aria-activedescendant-has-tabindex rule

github.com/jsx-eslint/eslint-plugin-jsx-a11y - d4dfccbe59ca5c48d921002539cb7dfe739757f4 authored over 4 years ago
Allow negative tabindex in aria-activedescendant-has-tabindex

github.com/jsx-eslint/eslint-plugin-jsx-a11y - b315698faf8d593b6b371e0fe7f1a5fc466a94b9 authored over 4 years ago
Merge pull request #707 from jsx-eslint/690-fix

Additional test case for no-redundant-roles

github.com/jsx-eslint/eslint-plugin-jsx-a11y - 85801bd41fec789de5a4f1d3893d0a869406480f authored over 4 years ago
Merge branch 'master' into 690-fix

github.com/jsx-eslint/eslint-plugin-jsx-a11y - 2707a31bd1c5ed41ff97e3a1e180625589e761b5 authored over 4 years ago
Merge pull request #710 from jsx-eslint/639-fix

Account for additional control elements in label-has-associated-control

github.com/jsx-eslint/eslint-plugin-jsx-a11y - 79559b8b5e615207ecfa9809fe2dd7ed9dfdfb1d authored over 4 years ago
Merge branch 'master' into 639-fix

github.com/jsx-eslint/eslint-plugin-jsx-a11y - 057466faf4e19f40668082b17af38ad76d4f1e14 authored over 4 years ago
docs: fix travis badge

now points to correct location at travis-ci.com

github.com/jsx-eslint/eslint-plugin-jsx-a11y - 8e6fcd0f3e28ad4bcb0c6b0b1ed93db4924840cd authored over 4 years ago
Account for additional control elements in label-has-associated-control

github.com/jsx-eslint/eslint-plugin-jsx-a11y - 2234df7edebc0fd401fa1f6369d8de1d803b26a1 authored over 4 years ago
Merge branch 'master' into 690-fix

github.com/jsx-eslint/eslint-plugin-jsx-a11y - 27ff0896e276f9109d4649c74341af76a4c3e8d7 authored over 4 years ago
Merge pull request #709 from jsx-eslint/691-fix

Adding test cases for label tests

github.com/jsx-eslint/eslint-plugin-jsx-a11y - b6ffb6b31805bff5d0d36bd49a28530910bed0be authored over 4 years ago
Adding test cases for label tests

github.com/jsx-eslint/eslint-plugin-jsx-a11y - 5cbb71830e1d782d5c26f576257e58d20b086b5e authored over 4 years ago
Additional test case for no-redundant-roles

github.com/jsx-eslint/eslint-plugin-jsx-a11y - 66c425c4715f7295000eb49e7b8514a2c4e94d81 authored over 4 years ago
Merge pull request #705 from jsx-eslint/fix-heading-error

Fix aria-level error for the heading role (#704)

github.com/jsx-eslint/eslint-plugin-jsx-a11y - b82b1bdf95ff2c6fae4c910f1987e4162aee8f56 authored over 4 years ago
Update to aria-query 4.2.2

github.com/jsx-eslint/eslint-plugin-jsx-a11y - 765da0f8b52488c9f1aa01f936c6c9dc3e3379b2 authored over 4 years ago
Fix aria-level allowed on elements wit role heading (#704)

github.com/jsx-eslint/eslint-plugin-jsx-a11y - d528e8ceba52dc61640c9b2ecbae96b6c189a84e authored over 4 years ago
Merge pull request #674 from jsx-eslint/greenkeeper/estraverse-5.0.0

Update estraverse to the latest version 🚀

github.com/jsx-eslint/eslint-plugin-jsx-a11y - 3ac17386bfd47d6262f8f348db64e333efb55524 authored over 4 years ago
Merge branch 'master' into greenkeeper/estraverse-5.0.0

github.com/jsx-eslint/eslint-plugin-jsx-a11y - bbfcb5a235aad76b543dd5e518216743993a50a6 authored over 4 years ago
[meta] remove yarn registry from npmrc, so publishing works

github.com/jsx-eslint/eslint-plugin-jsx-a11y - 29c68596b15c4ff0a40daae6d4a2670e36e37d35 authored over 4 years ago
Update CHANGELOG for v6.3.0

github.com/jsx-eslint/eslint-plugin-jsx-a11y - 7b5d228d36442963f3eb76599302fce8073fd7eb authored over 4 years ago
Merge pull request #696 from jsx-eslint/fix-aria-1-2-test-failures

Update to ARIA 1.2; fix test failures

github.com/jsx-eslint/eslint-plugin-jsx-a11y - e215b876a4f68d07500b18b3acc131cf45ee4809 authored over 4 years ago
Update aria-query to 4.2.0

github.com/jsx-eslint/eslint-plugin-jsx-a11y - cce838a0cf660f69744aa255eb29bed3a9dbd4e2 authored over 4 years ago
Add two test cases found while upgrading to ARIA 1.2

github.com/jsx-eslint/eslint-plugin-jsx-a11y - 121e8a40150f36b2d87a3494e673e987c1642ca2 authored over 4 years ago
Merge branch 'master' of github.com:evcohen/eslint-plugin-jsx-a11y into fix-aria-1-2-test-failures

github.com/jsx-eslint/eslint-plugin-jsx-a11y - f87561d0b66ca08ca31087c7d3b60c96d78c3713 authored over 4 years ago
Fix test failures raised by the upgrade to ARIA 1.2

github.com/jsx-eslint/eslint-plugin-jsx-a11y - 8059f510a136696505147a028ad9bfa6a5444250 authored over 4 years ago
Merge branch 'master' into greenkeeper/estraverse-5.0.0

github.com/jsx-eslint/eslint-plugin-jsx-a11y - e953620d0fe14a5a435ef1d924ff4524403a1353 authored over 4 years ago
Merge pull request #655 from jsx-eslint/greenkeeper/jscodeshift-0.7.0

Update jscodeshift to the latest version 🚀

github.com/jsx-eslint/eslint-plugin-jsx-a11y - 4c60546946b901d81dbed460c9c86f23f62878a1 authored over 4 years ago
[Fix] `forbid-prop-types`: warn on destructured values as well

Fixes #2662.

Co-authored-by: Alex Kovar <[email protected]>
Co-authored-by: Jordan Harband <ljh...

github.com/jsx-eslint/eslint-plugin-react - 997a99f389a7df9673de890d71a17e2b6838f72b authored over 4 years ago
Cache detected React version

I've been timing and profiling ESLint runs at Airbnb and noticed that
react/no-unknown-property ...

github.com/jsx-eslint/eslint-plugin-react - b8e91a571bc6b58cc3c78e9e62e8b60ecb45e233 authored over 4 years ago
Merge branch 'master' into greenkeeper/jscodeshift-0.7.0

github.com/jsx-eslint/eslint-plugin-jsx-a11y - 66fc68d1c4479a6ed7511aeb2fb4b97cb6872b56 authored over 4 years ago
Merge pull request #670 from imtsuki/fix-lang-rule

Fixes #669: use the `language-tags` package to check the `lang` rule

github.com/jsx-eslint/eslint-plugin-jsx-a11y - e4ba83932ff16137db2dd538fabe018a35a58bf3 authored over 4 years ago
Update package.json

Co-authored-by: Jordan Harband <[email protected]>

github.com/jsx-eslint/eslint-plugin-jsx-a11y - 0d24e3a4b6185b6a88bbe44990deb4834c72b269 authored over 4 years ago
Merge branch 'master' into fix-lang-rule

github.com/jsx-eslint/eslint-plugin-jsx-a11y - 0524b7601dad4a94eefaca36b65b79bbba000d1c authored over 4 years ago
Merge branch 'master' into greenkeeper/jscodeshift-0.7.0

github.com/jsx-eslint/eslint-plugin-jsx-a11y - d39cc63541641abbd83d121905bcc28e426c2023 authored over 4 years ago
Merge pull request #660 from tanmoyopenroot/657-fix-mouse-event

fix(mouse-event): remove check from custom elements

github.com/jsx-eslint/eslint-plugin-jsx-a11y - 13c6cc3256f2dd98ed84d95b3e3091657dca5c62 authored over 4 years ago
Merge branch 'master' into 657-fix-mouse-event

github.com/jsx-eslint/eslint-plugin-jsx-a11y - c8dc47726528a560f6581340b8c9a966810facfb authored over 4 years ago
[Dev Deps] update `@types/eslint`, `@types/node`, `@typescript-eslint/parser`, `eslint-config-airbnb-base`, `eslint-plugin-import`, `typescript`

github.com/jsx-eslint/eslint-plugin-react - fbd799cbf81be1b04e05f1202a2091b0f906b74d authored over 4 years ago
[Deps] update `jsx-ast-utils`, `object.entries`, `resolve`

github.com/jsx-eslint/eslint-plugin-react - 45e482a4466f410e14890ada8a5624ace1d4e421 authored over 4 years ago
Fix test failures in role-has-required-aria-props due to ARIA 1.2 updates

github.com/jsx-eslint/eslint-plugin-jsx-a11y - b1f412a57b3de359a24fb531c059aa637ba239fd authored over 4 years ago
Fix test failures in no-noninteractive-element-interactions due to ARIA 1.2 updates

github.com/jsx-eslint/eslint-plugin-jsx-a11y - 74cec6e114eb17f1164e7c974dd2c0a159005415 authored over 4 years ago
[Fix] `expressions/TemplateLiteral`: use `.range[0]` instead of `.start`

github.com/jsx-eslint/jsx-ast-utils - 82231f87882ed0dacaed1345680cf5a1447b1e88 authored over 4 years ago
Fix test failures in role-supports-aria-props-test due to ARIA 1.2 updates

github.com/jsx-eslint/eslint-plugin-jsx-a11y - 835b89e50721a317754ef90e0abed93379f84df7 authored over 4 years ago
Merge pull request #695 from jsx-eslint/account-for-generic-role

Account for the new `generic` role in ARIA 1.2

github.com/jsx-eslint/eslint-plugin-jsx-a11y - 0c8880d240fdc85fb4d7cec5df76fa59293480c9 authored over 4 years ago
[Deps] update `@babel/runtime`, `array-includes`, `axe-core`, `axobject-query`, `damerau-levenshtein`, `jsx-ast-utils`

github.com/jsx-eslint/eslint-plugin-jsx-a11y - 1a976320be04814a0d009501f573bc97f8f5e087 authored over 4 years ago
Merge branch 'master' into account-for-generic-role

github.com/jsx-eslint/eslint-plugin-jsx-a11y - 97547b162335541d0d71ca0733b017706467ca32 authored over 4 years ago
Merge pull request #694 from jsx-eslint/update-aria-query

Update aria-query from 4.0.1 to 4.0.2

github.com/jsx-eslint/eslint-plugin-jsx-a11y - 0f7cc4286272feffa9a801772a0612a4e6814627 authored over 4 years ago
Account for the null semantic generic role in ARIA 1.2

github.com/jsx-eslint/eslint-plugin-jsx-a11y - 730319bbd66745359e43ec828bb83b0eed700843 authored over 4 years ago
Update aria-query from 4.0.1 to 4.0.2

github.com/jsx-eslint/eslint-plugin-jsx-a11y - 7dfa7c96d8691f27329727d7bfe8970db8dd7400 authored over 4 years ago
Merge pull request #654 from jsx-eslint/greenkeeper/flow-bin-0.113.0

Update flow-bin to the latest version 🚀

github.com/jsx-eslint/eslint-plugin-jsx-a11y - bdc8c2cbbf363ce2c6416ffd0a2491ba342fa7c7 authored over 4 years ago
Merge branch 'master' into greenkeeper/flow-bin-0.113.0

github.com/jsx-eslint/eslint-plugin-jsx-a11y - eea9feb3ae17aa12669a77161f7514a6112be0b2 authored over 4 years ago
Merge pull request #679 from jsx-eslint/greenkeeper/emoji-regex-9.0.0

Update emoji-regex to the latest version 🚀

github.com/jsx-eslint/eslint-plugin-jsx-a11y - f1c8fdf00576d8356f8dc5f1cb1b48aa759930a8 authored over 4 years ago
Merge branch 'master' into greenkeeper/emoji-regex-9.0.0

github.com/jsx-eslint/eslint-plugin-jsx-a11y - 30b3d805b644ecb2f83ee5822d9260c0feb1f629 authored over 4 years ago
Merge pull request #678 from jsx-eslint/greenkeeper/babel-preset-airbnb-5.0.0

Update babel-preset-airbnb to the latest version 🚀

github.com/jsx-eslint/eslint-plugin-jsx-a11y - 9f8dc1699d70c2fb39d134161f69d95f1fc8311f authored over 4 years ago
Merge branch 'master' into greenkeeper/babel-preset-airbnb-5.0.0

github.com/jsx-eslint/eslint-plugin-jsx-a11y - 5a6fe4c042491568a6e3ac960d3c7f93fafccf26 authored over 4 years ago
[Refactor] `img-redundant-alt`: removing a use of `some`

Co-authored-by: Jordan Harband <[email protected]>

github.com/jsx-eslint/eslint-plugin-jsx-a11y - 42098b922b8ca8746cb866866c0315a6462487ea authored over 4 years ago
[Dev Deps] update `@babel/cli`, `@babel/core`, `@babel/plugin-transform-flow-types`, `babel-eslint`, `babel-jest`, `coveralls`, `eslint-config-airbnb-base`, `eslint-plugin-flowtype`, `eslint-plugin-import`, `estraverse`, `in-publish`, `jest`, `minimist`, `rimraf`, `safe-publish-latest`

github.com/jsx-eslint/eslint-plugin-jsx-a11y - b36976f3ed21f3189c545b31c7b3b58fdf861a6a authored over 4 years ago
Merge pull request #688 from jsx-eslint/greenkeeper/eslint-plugin-flowtype-5.0.0

Update eslint-plugin-flowtype to the latest version 🚀

github.com/jsx-eslint/eslint-plugin-jsx-a11y - 081339dbee5864fba2892b930f0861c38a5f67c3 authored over 4 years ago
Merge branch 'master' into greenkeeper/eslint-plugin-flowtype-5.0.0

github.com/jsx-eslint/eslint-plugin-jsx-a11y - d71efc2adae774eb76cdbe8f1de735d8eb97a05c authored over 4 years ago
[Breaking] Don't return node.start & node.end

BREAKING CHANGE: Nodes don't return the non-standard node.start & node.end anymore

github.com/jsx-eslint/jsx-ast-utils - 9de514fed0eb498d1f602057f7e79ea0d2ecdd9e authored over 4 years ago
[Fix] `forbid-dom-props`, `function-component-definition`: fix schema typos

Fixes #2665. Fixes #2666.

github.com/jsx-eslint/eslint-plugin-react - 78e48c8b1d34833c5305a4b37e470702fc8e9e7b authored over 4 years ago