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] `no-unused-prop-types`: fix with typescript eslint parser

Fixes #2569.

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

github.com/jsx-eslint/eslint-plugin-react - 13a863b0c167901b9663be0df0d9540a24d6a4d7 authored over 4 years ago
Merge branch 'master' into fix-lang-rule

github.com/jsx-eslint/eslint-plugin-jsx-a11y - 5e82b097bd1e285b2431ac217125472050beeb44 authored over 4 years ago
[meta] remove yarn registry from npmrc, so `npm publish` works

github.com/jsx-eslint/jsx-ast-utils - 17d2d5fbae8b0e75db9261a3b70572d8640777a0 authored over 4 years ago
[Tests] on `node` `v14`; test all branches

github.com/jsx-eslint/jsx-ast-utils - de6490dd50134e456d7f312b239a8d45fff9990c authored over 4 years ago
[meta] add `safe-publish-latest`

github.com/jsx-eslint/jsx-ast-utils - 9085529b72748993cc50d6a211e876aabb47618b authored over 4 years ago
[Deps] update `array-includes`

github.com/jsx-eslint/jsx-ast-utils - 6154a2a388957f6619d94fe70e48a00afe9a9ca4 authored over 4 years ago
[Dev Deps] update `@babel/parser`, `babel-eslint`, `coveralls`, `eslint`, `eslint-config-airbnb-base`, `eslint-plugin-import`, `in-publish`, `object.entries`, `object.fromentries`, `rimraf`

- `npm run lint -- --quiet --fix`

github.com/jsx-eslint/jsx-ast-utils - 20e78eea9dcee6b852f588edb45213c097f27f6f authored over 4 years ago
[New]: Provide both range and start & end property on Node, support eslint v7

Co-authored-by: Michaël De Boey <[email protected]>
Co-authored-by: Jordan Harband <ljharb@g...

github.com/jsx-eslint/jsx-ast-utils - 5194d7f56bc2941ee381d7ff20a06fea04e04286 authored over 4 years ago
[patch] relax JSX pragma regexp

Fixes #2642.

github.com/jsx-eslint/eslint-plugin-react - ef9a51225e3d5f6cb7cbdc3ec0382ad49246034b authored over 4 years ago
chore(package): update eslint-plugin-flowtype to version 5.0.0

github.com/jsx-eslint/eslint-plugin-jsx-a11y - 410ae4393fd74487842272198e2551d97bf0e496 authored over 4 years ago
[Tests] `label-has-associated-control`: add test for <div><label /><input /></div>

github.com/jsx-eslint/eslint-plugin-jsx-a11y - a910d8344dbff0e690f146d829f8e95c91161a86 authored over 4 years ago
Update CHANGELOG and bump version

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

- `npm run lint -- --quiet --fix`

github.com/jsx-eslint/eslint-plugin-react - 2598b1ee64df6f1814a5084075da9cd45deb8b8f authored over 4 years ago
[Docs] Clean up examples in rule docs

These examples use `createReactClass` a lot, which is legacy at this
point. I'm modifying exampl...

github.com/jsx-eslint/eslint-plugin-react - c481a261645f5080b15ce508757590a50b03b335 authored over 4 years ago
Merge pull request #2635 from ljharb/eslint7

[New] support eslint v7

github.com/jsx-eslint/eslint-plugin-react - 304590a7ab5a0c6e17a6fc1cc54e3c2862bd699d authored over 4 years ago
[New] add nullish coalescing

github.com/jsx-eslint/jsx-ast-utils - 084ba3b8a961f62caeacd290453cfdf7a7731b43 authored over 4 years ago
[New] add OptionalCallExpression

github.com/jsx-eslint/jsx-ast-utils - 3280845df8386396afc45972b30891d4f16d14ee authored over 4 years ago
[New] add `no-namespace` rule

Co-authored-by: Yacine Hmito <[email protected]>
Co-authored-by: Jordan Harband <ljharb@gma...

github.com/jsx-eslint/eslint-plugin-react - 53a0d8491411e54da55898ec57296439d3d650a0 authored over 4 years ago
[Dev Deps] update `@babel/core`, `@babel/parser`, `eslint`, `eslint-config-airbnb-base`, `eslint-plugin-import`, `flow-parser`

github.com/jsx-eslint/jsx-ast-utils - f6a440caba22cfa562b15193058d2d19991a468d authored over 4 years ago
[New] Support ESLint 7.x

github.com/jsx-eslint/eslint-plugin-jsx-a11y - b273fe5a87bd9324079b8cad78f2f16ee02508f5 authored over 4 years ago
[Fix] `jsx-pascal-case`: Do not consider namespaces when checking for DOM

github.com/jsx-eslint/eslint-plugin-react - ab2822440f7b980c05b10bed9e367d1bf7cc3ad3 authored over 4 years ago
[Fix] `jsx-curly-spacing`, `jsx-no-bind`, `usedPropTypes` util: avoid node.start and node.end

github.com/jsx-eslint/eslint-plugin-react - 25b19365e6cc3f188d6a5ed6cecc70fe6f1af7cd authored over 4 years ago
[Tests] fix mistaken error property and add output property

github.com/jsx-eslint/eslint-plugin-react - 35030a0819f49ff2eb95b291959e349026afe19b authored over 4 years ago
[refactor] `jsx-pascal-case`: Remove xregexp

github.com/jsx-eslint/eslint-plugin-react - 03df672dc9104827c6ab0bc37c3f3ef316654a20 authored over 4 years ago
[New] support eslint v7

github.com/jsx-eslint/eslint-plugin-react - 906b474cb52879c52974610ee5a133a125e62f09 authored over 4 years ago
fix: removing the use of the some function

github.com/jsx-eslint/eslint-plugin-jsx-a11y - 89acdc4b2d11f917a3aa68b69fb09cb39f047751 authored almost 5 years ago
[readme] Add Rules of Hooks to Other useful plugins section

github.com/jsx-eslint/eslint-plugin-react - db4e471c290b8b0e9f810b2749df2d0060431066 authored almost 5 years ago
[Tests] `button-has-type`: ensure no mistakenly allowed identifiers named `button`/`submit`/`reset`

See https://github.com/yannickcr/eslint-plugin-react/issues/1846#issuecomment-614921516

github.com/jsx-eslint/eslint-plugin-react - 3385caa2bc6e9f2fb46e4faa8ce2cca62df20ffc authored almost 5 years ago
[Fix] `button-has-type`: improve message when non-static value is used

refs #1846

github.com/jsx-eslint/eslint-plugin-react - aecff625bf0590ed4d80ed6b58b81af11901f5f6 authored almost 5 years ago
[Fix] `no-adjacent-inline-elements`: prevent crash on nullish children

Fixes #2620

github.com/jsx-eslint/eslint-plugin-react - 78ddd46c9cce7001f31caa7d03fe263033edcdce authored almost 5 years ago
fix(package): update emoji-regex to version 9.0.0

github.com/jsx-eslint/eslint-plugin-jsx-a11y - a87f83d8840d1d091e3f557b079d5a20abcbc4ba authored almost 5 years ago
[Docs] `no-this-in-sfc`: backtick `this`

This error's "this" references some `this` in this line, not this line or another that.
Quoting ...

github.com/jsx-eslint/eslint-plugin-react - bea3b30d31d100838b9a76af1607fcd825a54cb8 authored almost 5 years ago
[New] `forbid-component-props`/`forbid-dom-props`: Allow a custom message with forbid props

Co-authored-by: Mangesh Tamhankar <[email protected]>
Co-authored-by: Jordan Harband <ljharb@gma...

github.com/jsx-eslint/eslint-plugin-react - 986146984bbf6436c9bec9474ecda67c1d9f85f7 authored almost 5 years ago
chore(package): update babel-preset-airbnb to version 5.0.0

github.com/jsx-eslint/eslint-plugin-jsx-a11y - 71940e6098b843d1dcdc127c036831b0478c886b authored almost 5 years ago
Merge pull request #676 from eps1lon/docs/fix-404

docs: Fix 404 links to WAI-ARIA spec

github.com/jsx-eslint/eslint-plugin-jsx-a11y - 573d39e2e50c4025275a0ce2a4d68aca1e4466b1 authored almost 5 years ago
docs: Fix 404 links to WAI-ARIA spec

github.com/jsx-eslint/eslint-plugin-jsx-a11y - d471f54fed51c4d10cbfa7eef99fd92a4faec1f1 authored almost 5 years ago
[Fix] `jsx-key`: add a failing test case for optional chaining

Fixes #2594

Co-authored-by: Jordan Harband <[email protected]>
Co-authored-by: Jonathan Lee <115...

github.com/jsx-eslint/eslint-plugin-react - d66f467d607a19179fff5dedb916766efecd6ec2 authored almost 5 years ago
[Docs] `function-component-definition`: Fix unnamedComponents option examples

github.com/jsx-eslint/eslint-plugin-react - 80f3826dd854796d25244ad34782b9147b90db1d authored almost 5 years ago
[Fix] `prop-types`: avoid crash when spreading any type

Fixes #2605.

github.com/jsx-eslint/eslint-plugin-react - a93ef203f8a5ccf151b362e4931ab9d049c52858 authored almost 5 years ago
[Fix] `require-render-return`: add missing "a"

github.com/jsx-eslint/eslint-plugin-react - ad18d355d1eed31a3e725d9e3221a19ed45c57d2 authored almost 5 years ago
[Fix] `jsx-no-comment-textnodes`: fix for `@typescript-eslint/parser`

- `@typescript-eslint/parser` requires eslint 5+ (and node 6+)

Fixes #2599.

github.com/jsx-eslint/eslint-plugin-react - 6aa787475579cddb30acdac6557d7e164561be2c authored almost 5 years ago
chore(package): update estraverse to version 5.0.0

github.com/jsx-eslint/eslint-plugin-jsx-a11y - f52c206442ff2a014ddceec102af51131f4eec01 authored almost 5 years ago
[deps] Move "semver" to devDependencies

github.com/jsx-eslint/eslint-plugin-react - 4ddf277984ef122505de89efa99492d8a105f6aa authored almost 5 years ago
[tests] `displayName`: add a test case

github.com/jsx-eslint/eslint-plugin-react - e19287d79f4169fd96f444f7b407c06ebf101a76 authored almost 5 years ago
Fixes #669: use the `language-tags` package to check the `lang` rule

The `language-tags` package provides language tag validation
functionality based on the latest I...

github.com/jsx-eslint/eslint-plugin-jsx-a11y - 42a2016cb52590a39974c94f1003dafdc44249af authored almost 5 years ago
[Tests] update axe-core

github.com/jsx-eslint/eslint-plugin-jsx-a11y - 7bcea2006f1d79b399e4aaec82e9cbbbe6ef8cc4 authored almost 5 years ago
[Fix] `no-unused-state`: handle optional chaining

Fixes #2515

github.com/jsx-eslint/eslint-plugin-react - da7a0458d46d88ba33a81b8806edd94313077e29 authored almost 5 years ago
Update CHANGELOG and bump version

github.com/jsx-eslint/eslint-plugin-react - e2ed5365a7063a39811d55630ec0b8e4516a290e authored almost 5 years ago
[tests] `no-unescaped-entities`: skip test cases that are now parsing errors in [email protected]

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

github.com/jsx-eslint/eslint-plugin-react - e231f44c38d28878039edeb43e009b153614ca0a authored almost 5 years ago
[fix] `prefer-stateless-function`: avoid crash on ts empty constructor

Fixes #2187

github.com/jsx-eslint/eslint-plugin-react - 5959b5fb21107cb63daef6fa5c95e921ebf9cd1f authored almost 5 years ago
[Fix] `displayName`: avoid a crash when using React.memo

github.com/jsx-eslint/eslint-plugin-react - 185d95c722b7b40d927e99c9c1dcbb23df4d5c72 authored almost 5 years ago
[Deps] Pin axe-core version

Pin axe-core to v3.4.1 which is the latest version in which tests for the 'autocomplete-valid' r...

github.com/jsx-eslint/eslint-plugin-jsx-a11y - f13dc38ccfab6fd6050f303530827b71a1e8b493 authored almost 5 years ago
[eslint] remove `operator-linebreak` override

github.com/jsx-eslint/eslint-plugin-react - 88d404d463646238c8653203e6271994e3960107 authored almost 5 years ago
[Dev Deps] update `@types/eslint`, `@types/estree`, `@types/node`, `eslint-plugin-eslint-plugin`, `eslint-plugin-import`, `typescript`

github.com/jsx-eslint/eslint-plugin-react - 434b45f5fda3d050c688b890724f985d0c970e46 authored almost 5 years ago
[Deps] update `resolve`, `xregexp`

github.com/jsx-eslint/eslint-plugin-react - a917dda1a63708eac116be32c12d68834681c417 authored almost 5 years ago
[Fix] `no-adjacent-inline-elements`: avoid a crash

Fixes #2575

github.com/jsx-eslint/eslint-plugin-react - 09608ccd7f3fc994e7a6f56fd460239edd4cbdf3 authored almost 5 years ago
[Fix] `self-closing-comp`: consider JSXMemberExpression as component too

github.com/jsx-eslint/eslint-plugin-react - 9b5d6aa57db843daa4e5ea51779f91a7f3697349 authored almost 5 years ago
[docs] add `react/` prefix to rule name, for consistency

github.com/jsx-eslint/eslint-plugin-react - 03edb68acff26d7d08da8c89c9d5427709e9ac36 authored almost 5 years ago
[Fix] `displayName` (but really, `propTypes` detection): do not crash on empty flow type spreads

Fixes #2570.

github.com/jsx-eslint/eslint-plugin-react - 66c0d66c7d426707da3b7c70cd443ba07720f9fe authored almost 5 years ago
[readme] Small visual inconsistency

github.com/jsx-eslint/eslint-plugin-react - 43e466c812bc28c25af00aea8e832d82e63de892 authored almost 5 years ago
Update CHANGELOG and bump version

github.com/jsx-eslint/eslint-plugin-react - 0a717a52730c2a360ba8448e89cd5ac519ad0ee3 authored almost 5 years ago
[Fix] `jsx-indent`: don't check literals not within JSX

Fixes #2563

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

github.com/jsx-eslint/eslint-plugin-react - 37c4ef3f630d53326e6d08d59bc495a40dd05cf3 authored almost 5 years ago
[Fix] `jsx-indent`: avoid a crash on non-string literals

Fixes #2561.

github.com/jsx-eslint/eslint-plugin-react - 3da6eb36327f77adfdd856296c3d663bffe288ee authored almost 5 years ago
Update CHANGELOG and bump version

github.com/jsx-eslint/eslint-plugin-react - 000d6b847dbb401a42bae56f96b11bcf6538f7d9 authored about 5 years ago
[Fix] `no-unused-prop-types`: make `markPropTypesAsUsed` work with `TSEmptyBodyFunctionExpression` AST node

Fixes #2559.

github.com/jsx-eslint/eslint-plugin-react - b517b9eb13ed1c0895d1343427986122465793b5 authored about 5 years ago
Merge pull request #661 from dustin-ruetz/patch-1

fix: require missing 'autocomplete-valid' rule

github.com/jsx-eslint/eslint-plugin-jsx-a11y - 46369c300012182385b27c8cfe3feb413d218b75 authored about 5 years ago
fix: require missing 'autocomplete-valid' rule

github.com/jsx-eslint/eslint-plugin-jsx-a11y - 33670bb6496b22047908f4325eaa76390685adde authored about 5 years ago
[New] `jsx-pascal-case`: Support unicode characters

Fixes #1654

github.com/jsx-eslint/eslint-plugin-react - 598277ecde6e55610af3a148f33777c8d7613454 authored about 5 years ago
chore(mouse-event): revert unrelated formatting changes

github.com/jsx-eslint/eslint-plugin-jsx-a11y - aca4c3733439a9b5f01a14deb3d4c8b04651dcc8 authored about 5 years ago
fix(mouse-event): remove check from custom elements

github.com/jsx-eslint/eslint-plugin-jsx-a11y - df1e275cfd29f3e752b1322e73101c28bcab2e7f authored about 5 years ago
[Fix] `jsx-sort-props`: only use localeCompare when case is ignored

Fixes #2381. Fixes #2530.

Co-authored-by: tanmoyopenroot <[email protected]>
Co-authore...

github.com/jsx-eslint/eslint-plugin-react - f94d851c80997ddb5715cd525946c37698bf5ab2 authored about 5 years ago
[meta] fix changelog date

Fixes #2548.

github.com/jsx-eslint/eslint-plugin-react - fc6e40670299cf74cbdae97fb82878daf1ad3cc2 authored about 5 years ago
[Fix] `sort-comp`: `|` isn’t a valid regex flag; `u` and `s` are

github.com/jsx-eslint/eslint-plugin-react - 50df78f3875f04b3b1e5cd154943a4d410e6f91a authored about 5 years ago
[Docs] `jsx-props-no-spreading`: fix typo to use correct rule

github.com/jsx-eslint/eslint-plugin-react - 45b9d323eed22316a89cc484cdd20d90d1213c4c authored about 5 years ago
[Tests] on `node` `v13`

github.com/jsx-eslint/eslint-plugin-react - a7f6a8bb0dfbde77d178375e8c52cce6b3cd742b authored about 5 years ago
Update CHANGELOG and bump version

github.com/jsx-eslint/eslint-plugin-react - 6a45142f9d1ac1750d148aefbfbe397bfa93b556 authored about 5 years ago
[Deps] update `array-includes`, `object.entries`, `object.fromentries`, `object.values`, `resolve`

github.com/jsx-eslint/eslint-plugin-react - d9e4941ba0080b1d1edf2d77594ed334d498c874 authored about 5 years ago
[Fix] `jsx-no-target-blank`: allow rel to be an expression

Previously this would be an error, since the rel wasn't read:

<a target={"_blank"} href={"/...

github.com/jsx-eslint/eslint-plugin-react - e69b1136745df6267d9d5ee35112b5ffffc9d438 authored about 5 years ago
[Fix] `jsx-indent`: Does not check indents for JSXText

Fixes #2467. Fixes #2484. Fixes #1136.

github.com/jsx-eslint/eslint-plugin-react - ffdf69ae51147617c2740be36ef0982d2e169bc8 authored about 5 years ago
[Docs] `no-render-return-value`: Fix title

github.com/jsx-eslint/eslint-plugin-react - c234d0f7a8b5dae7b303645e7ab17d554e233930 authored about 5 years ago
[Fix] `no-unused-prop-types`, `no-unused-state`: fix false positives when using TS type assertions

Fixes #2517

- add `unwrapTSAsExpression` to `lib/util/ast`
- change `as any` assertions in te...

github.com/jsx-eslint/eslint-plugin-react - d1dc2776cf8b77f21024e835795baf3db0ac055f authored about 5 years ago
`no-typos`: improve error messages

github.com/jsx-eslint/eslint-plugin-react - 3824dc912376ad7bf4947d41437102eca1a67627 authored about 5 years ago
[Docs] `jsx-first-prop-new-line`: Fix rule name in "Rule Options" section

github.com/jsx-eslint/eslint-plugin-react - 1ef658a781698001ac3212a9d0129d9c20a83225 authored about 5 years ago
[New] `require-default-props`: add option to ignore functional components

github.com/jsx-eslint/eslint-plugin-react - 4f3cd90b0713178a4ec627f56722ca4aba675060 authored about 5 years ago
[Fix] `prop-types`: Does not validate missing propTypes for LogicalExpression

github.com/jsx-eslint/eslint-plugin-react - f02e8aeee59d2dd08303d0b5776041a8ab860d48 authored about 5 years ago
[Fix] `jsx-props-no-spreading`: add support for namespaced jsx components

github.com/jsx-eslint/eslint-plugin-react - f9aee94790bb44ca88185e778f9573daf5f0f095 authored about 5 years ago
[Fix] `jsx-indent`: Fix indent handling for closing parentheses

Fixes #618.

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

github.com/jsx-eslint/eslint-plugin-react - c9b72946cd0c0680a012027ad36339809e6c2636 authored about 5 years ago
[Fix] `jsx-curly-brace-presence`: Fix `curly-brace-presence` edge cases

github.com/jsx-eslint/eslint-plugin-react - 7f87310ae922cd43653ef913f7d1e1404029ad30 authored about 5 years ago
[Fix] `jsx-curly-brace-presence`: Fix error related to tags line break

Fixes #1727.

github.com/jsx-eslint/eslint-plugin-react - 0f8d79020e67bbc4ba5830c743bcb20238024797 authored about 5 years ago
chore(package): update jscodeshift to version 0.7.0

github.com/jsx-eslint/eslint-plugin-jsx-a11y - 1a16a1cc5801a6e7799c34c4be2e10c24b86d09a authored about 5 years ago
[Tests] avoid running tests on pretest job

github.com/jsx-eslint/eslint-plugin-react - d52002afbdaca39c5b07bc4e41c7d022f9d35249 authored about 5 years ago
[Fix] `no-typos`: Compilation error when method name is string instead of identifier

github.com/jsx-eslint/eslint-plugin-react - 4fedc5fecb90e5c5ae3c79a6e8dc49f07b9422f9 authored about 5 years ago
chore(package): update flow-bin to version 0.113.0

github.com/jsx-eslint/eslint-plugin-jsx-a11y - 7a55cdd6d34d4654976fca5ffa4974ceb62e0f17 authored about 5 years ago
Merge pull request #653 from evcohen/update-dependencies

Update aria-query and axobject-query to the latest versions

github.com/jsx-eslint/eslint-plugin-jsx-a11y - 99a48682892b4d07149449fae40351e7694511d8 authored about 5 years ago
[meta] Move eslint-plugin-eslint-plugin to devDeps

github.com/jsx-eslint/eslint-plugin-react - b00c0af7930039fda689afba12fdb7d3b0e5bb00 authored about 5 years ago
Update aria-query and axobject-query to the latest versions

github.com/jsx-eslint/eslint-plugin-jsx-a11y - 8e0d22b2eba1109ff4b427b4092f35943192cf1b authored about 5 years ago