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

Added `refs` field to refer to docs in`no-deprecated` rule, minor adjustments

github.com/jsx-eslint/eslint-plugin-react - 501edbf596abdeb9a8a96b40bec01b06e7d0e0d3 authored almost 7 years ago
Merge pull request #414 from zzzgit/patch-1

typo

github.com/jsx-eslint/eslint-plugin-jsx-a11y - f7877d65ed398668a8ef59296a670db9649e103c authored almost 7 years ago
Adjusted no-deprecated rule for React 16.3.0

Added warnings for componentWillMount, componentWillReceiveProps, componentWillUpdate

github.com/jsx-eslint/eslint-plugin-react - 5ab7a238900f21431482cedb84df15120973972f authored almost 7 years ago
Merge pull request #1733 from Miziak/master

Issue #1724 support for Flow generic PropTypes declaration in require-default-props rule

github.com/jsx-eslint/eslint-plugin-react - dc2cd4cdb5bf856babd74dda779faa33d276c61a authored almost 7 years ago
add node undefined check

github.com/jsx-eslint/eslint-plugin-react - 7d4336336070707dd7c34141d2f06035b628efbf authored almost 7 years ago
fix(package): update axobject-query to version 2.0.1

github.com/jsx-eslint/eslint-plugin-jsx-a11y - 85277f375d8b55a66dbf6e2e305181d06ce5902d authored almost 7 years ago
[Docs] Fix sample config code in "react/jsx-no-literals"

Make same as other rules.

github.com/jsx-eslint/eslint-plugin-react - 2f741a2b6f8e556f8ba6c9f01d32f5178a65fe06 authored almost 7 years ago
[Docs] use `markdown-magic` to automatically sort all rules alphabetically

To make it easier to find rules.

This adds a script to auto-generate the list of rules and embe...

github.com/jsx-eslint/eslint-plugin-react - 182b0459d92e0c43601c3ccfb97f8a59a2baec53 authored almost 7 years ago
Remove unnecessary parentheses

github.com/jsx-eslint/eslint-plugin-react - 150b775de36e2f81a29ae79ced0ab96aad652b78 authored almost 7 years ago
Require unique whitelist entries

github.com/jsx-eslint/eslint-plugin-react - b42e9c7c9c9b8b7ada0ba7a690c73e89cc350c2f authored almost 7 years ago
Fix eslint violation

github.com/jsx-eslint/eslint-plugin-react - 2cf37373445afa99325c9b192b8fe9b356eafc40 authored almost 7 years ago
Fix error with ancient node versions

github.com/jsx-eslint/eslint-plugin-react - 3a5b41b5c8b2f575e849558bca0b39da8ee75a49 authored almost 7 years ago
forbid-component-props: add component whitelist

github.com/jsx-eslint/eslint-plugin-react - 028b6eb06312c0d992e606393ba7577b89e1d489 authored almost 7 years ago
add support for flow generics defaining stateful components PropTypes

github.com/jsx-eslint/eslint-plugin-react - c2972b82791fc5eaa5c04cf15c65cc38e2ff8e3f authored almost 7 years ago
Merge pull request #406 from astorije/patch-1

[docs] Fix Léonie's first name

github.com/jsx-eslint/eslint-plugin-jsx-a11y - ab0bd82dad4a5bc16ed4a62ea71b9e6b53218c9e authored almost 7 years ago
[docs] fix alt-text code sample

github.com/jsx-eslint/eslint-plugin-jsx-a11y - 76fcbbfa45bb40b81c2b50595573e47369fb2b91 authored almost 7 years ago
Merge pull request #1723 from gwenaellarmet/handle-ternary

[fix] handle ternary operation for jsx-no-bind

github.com/jsx-eslint/eslint-plugin-react - a5f259fbc2c4a0da70250803ccfbe0fb2558fdf0 authored almost 7 years ago
Add test on condition + fix broken unit-test

github.com/jsx-eslint/eslint-plugin-react - e2fd714ddc5d714e4a8b8ccd71a05959ba3f48e8 authored almost 7 years ago
handle ternary operation for jsx-no-bind

github.com/jsx-eslint/eslint-plugin-react - 7a9ac146a62087b43f0040af327a526c2ec81f9c authored almost 7 years ago
Merge pull request #1671 from brettdh/no-typos-react-import

Allow custom PropType classes with no-typos rule

github.com/jsx-eslint/eslint-plugin-react - 06ed2947efc654594de4ea2146ac9dc83645fe92 authored almost 7 years ago
Merge pull request #1718 from sharmilajesupaul/shar--allow-whitespace-jsx-container

[fix] Allow whitespace jsx container in jsx-curly-brace-presence (fixes: #1717)

github.com/jsx-eslint/eslint-plugin-react - 34633a4de68863242e90abbeafe42624552a7621 authored almost 7 years ago
[fix] Allow whitespace jsx container in jsx-curly-brace-presence (fixes: #1717)

github.com/jsx-eslint/eslint-plugin-react - e907b6783d1b3c930268ff517ccaad368b1192d0 authored almost 7 years ago
Fix Léonie's first name

github.com/jsx-eslint/eslint-plugin-jsx-a11y - 05567a9ec5b3ff5b376c33ce0947d116448af3d4 authored almost 7 years ago
Merge pull request #1699 from ronanmathew/patch-1

[Docs] `react/jsx-no-bind` Add props to example

github.com/jsx-eslint/eslint-plugin-react - 58956eaa3669b55e3f5a5265d33fe68c3c8828d5 authored almost 7 years ago
[Fix] `react/jsx-no-bind` Add ...args in example so props is available in the constructor.

github.com/jsx-eslint/eslint-plugin-react - 8ef05306cdc10c5ac5f684d1f4cb5e141b3ed107 authored almost 7 years ago
Merge pull request #1681 from bvaughn/update-no-unused-prop-types

Update no-unused-prop-types rule for new React class component lifecycles

github.com/jsx-eslint/eslint-plugin-react - 14b8d01aa9ff4878921e1c8a4a80d0be8b721bab authored almost 7 years ago
Use find instead of filter

github.com/jsx-eslint/eslint-plugin-react - fc06f852b977f9bff23ae163270f555de136c9de authored almost 7 years ago
[Docs] Add missing rule to readme

github.com/jsx-eslint/eslint-plugin-react - f7ed87b9ab9a3a497250e57dd0a9debd017e0804 authored almost 7 years ago
[Refactor] since `default` doesn’t do anything, ensure that defaults are correct

github.com/jsx-eslint/eslint-plugin-react - df6ec468e8644633b88c3d4999616d0c90338ca2 authored almost 7 years ago
Merge pull request #1701 from louisscruz/master

[fix] `boolean-prop-naming`: Handle `.isRequired`

github.com/jsx-eslint/eslint-plugin-react - 9b16cab61f6605c6a5c51debfd24211cf8a32965 authored almost 7 years ago
Handle isRequired for boolean-prop-naming

github.com/jsx-eslint/eslint-plugin-react - f980c3808460a2b983a00ce320bb5d6bd52760ae authored almost 7 years ago
Add default parser tests

github.com/jsx-eslint/eslint-plugin-react - 3ddfd1c53fd9b56b9d51a51e935a085c1f8cae58 authored almost 7 years ago
Merge pull request #401 from walokra/master

Fix URL to WAI-ARIA Definition of Roles

github.com/jsx-eslint/eslint-plugin-jsx-a11y - 3fb2583b2573199bb49e578e0d2415bf819c272b authored almost 7 years ago
Fix URL to WAI-ARIA Definition of Roles

github.com/jsx-eslint/eslint-plugin-jsx-a11y - 2d27c9e36a554451cd8dbd5d91e9bc21c12f44ba authored almost 7 years ago
Convert value-return arrow function to explicit-return

github.com/jsx-eslint/eslint-plugin-react - 26c73dee833aeb261b64bb0c1698cedfada950e9 authored almost 7 years ago
Fix array-to-string coercion bug

github.com/jsx-eslint/eslint-plugin-react - 8cc1aa8fd4ae21f1a6cdc6d5c1985f4be15641ba authored almost 7 years ago
[Tests] add passing test for #1685

github.com/jsx-eslint/eslint-plugin-react - b7665b76d8a7ca533e0e20b2ed3e40ecb6a1654a authored almost 7 years ago
Allow crossOrigin on audio elements

As audio elements also inherit from HTMLMediaElement and thus have the `crossOrigin` property

github.com/jsx-eslint/eslint-plugin-react - 4e059eaed673426ab73f917e1bca3a65c4886547 authored almost 7 years ago
Update CHANGELOG and bump version

github.com/jsx-eslint/eslint-plugin-react - abe8381c0d6748047224c430ce47f02e40160ed0 authored almost 7 years ago
[Dev Deps] update `babel-eslint`, `eslint`, `istanbul`, `mocha`

github.com/jsx-eslint/eslint-plugin-react - 0e2e0463cb73663d7d2ead66b7418c574ffd9704 authored almost 7 years ago
Merge pull request #1690 from mindspacepdx/am-should-component-update

[Fix] Rule prop-types includes nextProps checking in shouldComponentUpdate

github.com/jsx-eslint/eslint-plugin-react - c99674001db435b327e019ff1d9a7ab512da0ec9 authored almost 7 years ago
[Tests] clean up some formatting

github.com/jsx-eslint/eslint-plugin-react - e26b7e2061e7fe9ba505527c28811e1199ce5945 authored almost 7 years ago
Rearranged tests to be at the bottom of componentWillReceiveProps tests. Added a default parser test.

github.com/jsx-eslint/eslint-plugin-react - 8ca344a6d1c98f97e65a44511f0e2d0a6bd5351c authored almost 7 years ago
[docs] add missing rule to readme

Per https://github.com/yannickcr/eslint-plugin-react/commit/2839b5d4c618450d094ab9715a95eff7b7e3...

github.com/jsx-eslint/eslint-plugin-react - 3ac79437a3461bc8c4fa17fd5fd7a8b4b029836c authored almost 7 years ago
Upgrade all dependencies and devDependencies.

github.com/jsx-eslint/eslint-plugin-jsx-a11y - 77e7c678ba4b54acf32707a59d13c6a7381aae4f authored almost 7 years ago
[Fix] jsx-curly-spacing problem in new tests, fixes #1414

Before this, spaces before/after braces when there should be none resulted in two overlapping fi...

github.com/jsx-eslint/eslint-plugin-react - e4de3600c281c87bcb18d62c10ce279374ddcde4 authored almost 7 years ago
[Tests] `jsx-sort-propts`: add test cases showing reservedFirst conflicts with callbacksLast

See #1632.

github.com/jsx-eslint/eslint-plugin-react - d6f8738d8ff23b41cd96c744705df63460b7cd3c authored almost 7 years ago
Add commented-out createClass tests

These two tests fail on master as well as this branch, so they expose a
pre-existing bug with th...

github.com/jsx-eslint/eslint-plugin-react - 0f480f63600d6e8f4aae04196e0672609eae7bed authored almost 7 years ago
[Fix] `jsx-handler-names`: false positive when handler name begins with number

Fixes #1686.

github.com/jsx-eslint/eslint-plugin-react - ac4994449a716073f70a1ed14f27c974b11108bf authored about 7 years ago
Add common use-case tests and fix bugs

Added tests for:
- `import { PropTypes } from 'react';`
- `React.PropTypes`o

Fixed a couple sub...

github.com/jsx-eslint/eslint-plugin-react - 352642ff43d77368dfc1b54b3206cdab37c0df46 authored about 7 years ago
Update no-unused-prop-types rule to be aware of 16.3 lifecycle changes

github.com/jsx-eslint/eslint-plugin-react - c0c7ce0847ce4cc3d5cae927792835d9c9ad120e authored about 7 years ago
Update no-unused-prop-types rule for new React class component lifecycles

github.com/jsx-eslint/eslint-plugin-react - 90e3767221a59f85f6f31e54f4a0c9d67be120c1 authored about 7 years ago
Merge pull request #1675 from yuri-sakharov/fix/react-no-unused-prop-types

Fixed "PropType is defined but prop is never used react/no-unused-prop-types"

github.com/jsx-eslint/eslint-plugin-react - fb2fefd05cd28f0f4f021d82a26b7bb0105e4637 authored about 7 years ago
Added more valid tests

github.com/jsx-eslint/eslint-plugin-react - 24658b56968d25c1b0fb4f3f238c7abbf4f4b5ba authored about 7 years ago
Fix isRequired tests after custom proptypes changes

The typos were being ignored, because without `PropTypes`, the
un-namespaced identifiers looked ...

github.com/jsx-eslint/eslint-plugin-react - ddba87677926d41e6e53dd615232c4cefc7bd868 authored about 7 years ago
Detect import and require of PropTypes

(rebased)

github.com/jsx-eslint/eslint-plugin-react - 4abebc3e8320d1156fbe11b4ccbe4cfe2de3ad33 authored about 7 years ago
Remove failing test for renamed React import

It's a minor corner case, and removing it allows the major issue to be
resolved. If it's really ...

github.com/jsx-eslint/eslint-plugin-react - d318e52826d27b291edad0bf9dca0d3f09ea01aa authored about 7 years ago
Fix an issue with the documentation for 'jsx-child-element-spacing'

github.com/jsx-eslint/eslint-plugin-react - 2839b5d4c618450d094ab9715a95eff7b7e30942 authored about 7 years ago
Merge pull request #1669 from justinanastos/fix/sort-prop-types-shape-no-properties-1668

fix(sort-prop-types): Fix sortShapeProp when shape is not an object literal

github.com/jsx-eslint/eslint-plugin-react - d818f2b87eb4edd0ecbb4f3839389e75cc38bc00 authored about 7 years ago
fix(sort-prop-types): Fix sortShapeProp when shape is not an object literal

github.com/jsx-eslint/eslint-plugin-react - 17ac433b4d97659b74cf682b7e79d48542a13822 authored about 7 years ago
test(sort-prop-types) Add failing test for when `sortShapeProp` is true and shape not object literal

github.com/jsx-eslint/eslint-plugin-react - d8dff2639d7085ccbf9dd52d027e787f1494c962 authored about 7 years ago
[Fix] `no-danger-with-children`: prevent infinite loop

Fixes #1571

github.com/jsx-eslint/eslint-plugin-react - 5e1a64c14f8fda5e186991b1e09a55f476a64e27 authored about 7 years ago
Merge pull request #1610 from pfhayes/setstate

Exclude references to this.state in setState callback

github.com/jsx-eslint/eslint-plugin-react - 70e8a023ee6d37ccd090161a747a8c35ca78081c authored about 7 years ago
[Fix] `jsx-child-element-spacing`: fix error location

github.com/jsx-eslint/eslint-plugin-react - 05c49d4d322f255fbdc304a7593a1471dd0a781a authored about 7 years ago
[Docs] add `jsx-child-element-spacing`

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

github.com/jsx-eslint/eslint-plugin-react - f7441bb41e4a916b4d5b1b22b136515024f18d65 authored about 7 years ago
Merge pull request #386 from calinoracation/no-redundant-roles-exception

Allow exception for implicit navigation role in no-redundant-roles rule

github.com/jsx-eslint/eslint-plugin-jsx-a11y - 9b9745cec0003b2dcd61fe9153c516b75fd5b7a4 authored about 7 years ago
Merge branch 'master' into label-has-associated-control

github.com/jsx-eslint/eslint-plugin-jsx-a11y - 8f1a374d8c0c3ad7e29be2e529ae8c736790c63e authored about 7 years ago
Update no-redundant-roles to allow nav role by default

github.com/jsx-eslint/eslint-plugin-jsx-a11y - dbdc50e650a78880c044fe9c920fcc3431561daf authored about 7 years ago
[Fix] `no-access-state-in-setstate`: handle object spread

Fixes #1657

github.com/jsx-eslint/eslint-plugin-react - e56376eb7a4de0e82a5736b009b7fac943da9062 authored about 7 years ago
Merge pull request #1659 from jzDev/jzDev/flip-crossorigin-rule

Fixed crossorigin naming convention and missing tag support.

github.com/jsx-eslint/eslint-plugin-react - d060041c20410affe58cb2ddf604d2737b36491a authored about 7 years ago
Restore tests and crossorigin attribute map

github.com/jsx-eslint/eslint-plugin-react - 1d13218ecb9299b5dce4d18f437c89f1ae209c92 authored about 7 years ago
Merge pull request #1653 from jetpacmonkey/master

Support recursive type annotations, fixes #913

github.com/jsx-eslint/eslint-plugin-react - 843d71a432baf0f01f598d7cf1eea75ad6896e4b authored about 7 years ago
Added the missing tagName, link, to support the crossOrigin property.

github.com/jsx-eslint/eslint-plugin-react - d64a16bd941ad204ace45edcc8a03c0b0508d10c authored about 7 years ago
Removed unnecessary mapping and tests handled by React's existing warnings.

github.com/jsx-eslint/eslint-plugin-react - a19b2adfc26b41de418301bbe9ce80c84e8cfca3 authored about 7 years ago
Fixed crossorigin naming convention to match React's supported HTML attributes.

github.com/jsx-eslint/eslint-plugin-react - f947536ce6daa5b796827e0fc61cbbbd005ed1d3 authored about 7 years ago
Use typeof === 'undefined' instead of void 0

github.com/jsx-eslint/eslint-plugin-react - 509f2cbc211d1c31536d7d778b6b6d162b7c86bc authored about 7 years ago
Update CHANGELOG and bump version

github.com/jsx-eslint/eslint-plugin-react - 7b742d0ddecfdfb796a3705aae56e4534c9bb370 authored about 7 years ago
[New] `forbid-foreign-prop-types`: Add `allowInPropTypes` option

Fixes #1647.

github.com/jsx-eslint/eslint-plugin-react - 7443a37fff3d2cfc77d9c4379e19bb0bc8266800 authored about 7 years ago
Mark all recursive proptypes as acceptable with {}, not true

github.com/jsx-eslint/eslint-plugin-react - e4f7e3021adf8f7919a118bd4893f5ba866b1a28 authored about 7 years ago
Support recursive type annotations, fixes #913

Originally written by @phpnode as part of #1138

github.com/jsx-eslint/eslint-plugin-react - 614d3bd49773c6692018adea10750719b2fae4ab authored about 7 years ago
Merge pull request #1643 from ljharb/fix_crossorigin

[Fix] crossOrigin is wrong; and crossorigin is only valid on script/img/video

github.com/jsx-eslint/eslint-plugin-react - 692cdc88c1c41c55604067bf0f261bfba7337d8c authored about 7 years ago
Merge pull request #1651 from xjmdoo/master

prop-types doesn't check nextProps of componentWillReceiveProps

github.com/jsx-eslint/eslint-plugin-react - c5584511064b49a6c0d8f99518045f7f03dc1941 authored about 7 years ago
Merge pull request #1652 from lfades/fix/no-typos

support for custom propTypes with isRequired in no-typos

github.com/jsx-eslint/eslint-plugin-react - f4cab9a3ddeb730bf5f0ae47b739a6bba84ac237 authored about 7 years ago
Adds more checks to MethodDefinition case and adds new test case for default parser

github.com/jsx-eslint/eslint-plugin-react - 20dff229a934677cb5b9816c73f34c9e34988d57 authored about 7 years ago
merged one of the previous tests and added 2 new tests for the default parser

github.com/jsx-eslint/eslint-plugin-react - 942a92ccacdee5e7c9b034bfccdbc6bfdc335f5d authored about 7 years ago
Merge pull request #1650 from xinminlabs/add-missing-meta-to-jsx-tag-spacing

add missing meta to jsx-tag-spacing

github.com/jsx-eslint/eslint-plugin-react - 1d12044f83d85dde6ebb5f16084fe5cda2d5b8eb authored about 7 years ago
support isRequired for custom props and call expressions

github.com/jsx-eslint/eslint-plugin-react - 8360ffa5614fd4bed039e2122215da2eaaf1035d authored about 7 years ago