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

[Docs] improve readme

Removed ESLint 1.x config information as it's probably used by very, very few people. Restructur...

github.com/jsx-eslint/eslint-plugin-react - e6326281303ec03b8d6f09d50899e1fca92fabd8 authored about 7 years ago
Merge pull request #1566 from lukeapage/patch-1

Fix typo in changelog

github.com/jsx-eslint/eslint-plugin-react - 7aaec03fe6fb60a5537f36a9cb4b409d9bb24953 authored about 7 years ago
[Refactor] Move findVariableByName to variable util

github.com/jsx-eslint/eslint-plugin-react - 115e4b900e540ef77ae6b17afd6457da1b5d9c07 authored about 7 years ago
Fix typo in changelog

github.com/jsx-eslint/eslint-plugin-react - ae55fdf7408e65fd5ed66339fd64c1378d015a6a authored about 7 years ago
[Fix] `jsx-curly-spacing`:

- Fix comment nodes being deleted when fixed
- Fix problem when last token spans multiple lines

github.com/jsx-eslint/eslint-plugin-react - adf5d816731020931bdec243bfc70ff6002914f7 authored about 7 years ago
Add more invalid tests cases for forbid-dom-props

github.com/jsx-eslint/eslint-plugin-react - 28654e29b1286d7166f7237a5b4107f5d9045d63 authored about 7 years ago
Add related rules link to both forbid-dom-props and forbid-component-props

github.com/jsx-eslint/eslint-plugin-react - 2c2d8310f5a914d75ea246f516a7e829ee0f439f authored about 7 years ago
Merge pull request #1563 from justinanastos/fix/prop-types-union-flowtype-1468

Fix crash when using Unions in flow propTypes

github.com/jsx-eslint/eslint-plugin-react - df17cd45658f1ea65bb49340efdf8cd59bd76084 authored about 7 years ago
Fix crash in no-unused-prop-types test with `UnionTypeAnnotation`

github.com/jsx-eslint/eslint-plugin-react - dd1085122634344ae2b7e7a928e3d8ebfa240b50 authored about 7 years ago
Create failing no-unused-prop-types test with union flowtypes

github.com/jsx-eslint/eslint-plugin-react - 077e017892369865301770c4172a3f3faa6748cc authored about 7 years ago
Fix crash in prop-types test with `UnionTypeAnnotation`

github.com/jsx-eslint/eslint-plugin-react - 16e57ff8085742e166d03ab45082c647db68eb59 authored about 7 years ago
Create failing prop-type test with union flowtypes

github.com/jsx-eslint/eslint-plugin-react - 4eb9259f95b3380aec81b9c457eb0f2eede790b1 authored about 7 years ago
Add a forbid-dom-props rule

A new rule forbid-dom-props was added. It is based on
forbid-component-props but it only forbid ...

github.com/jsx-eslint/eslint-plugin-react - 1ae0a993b5903e41cbd43d92170aaecde3608122 authored about 7 years ago
Add more invalid tests for boolean-prop-naming

github.com/jsx-eslint/eslint-plugin-react - c8b3f164a72ea0d968acb1854f1e0974929e8af8 authored about 7 years ago
Check class properties that use prop wrappers

github.com/jsx-eslint/eslint-plugin-react - fecd9a4addd7956b2ea29cfd3bf98161af9df07a authored about 7 years ago
Support propWrapperFunctions for bool-prop-naming

github.com/jsx-eslint/eslint-plugin-react - 56db72e56dd8cd17aa0bfd2861f5592ea2b3d60a authored about 7 years ago
Merge pull request #1560 from jomasti/issue-1559

Fix crash in no-access-state-in-setstate

github.com/jsx-eslint/eslint-plugin-react - 6829c5ca560ea04208b841152aa5ca2f4affa71a authored about 7 years ago
adding p as non-interactive elements

github.com/jsx-eslint/eslint-plugin-jsx-a11y - b54c82de8fed6fe5f826bb47c5b050a9d5df5150 authored about 7 years ago
Fix crash in no-access-state-in-setstate

With an IIFE in the return statement of render that uses `this.state`,
there is no parent with a...

github.com/jsx-eslint/eslint-plugin-react - 9cbd67eb324c7849700f88d01aba8cf52ecd0e3a authored about 7 years ago
Minor documentation fix

Minor doc fix in no-access-state-in-set state rule to make it consistent with the others.

github.com/jsx-eslint/eslint-plugin-react - f06db3d566a1db9572d75e72bc591a0a747b4d1d authored about 7 years ago
Add more documentation for no-this-in-sfc

github.com/jsx-eslint/eslint-plugin-react - dfa5005dae76c07e8f2b46784a80b7bbf362edc5 authored about 7 years ago
Add more tests for no-this-in-sfc

github.com/jsx-eslint/eslint-plugin-react - efbb8a556995f1afb17465578b3f207733f25d8f authored about 7 years ago
Check if SFC is returning JSX or null

github.com/jsx-eslint/eslint-plugin-react - db5a243946c4012a168c436695520c37edd52a5e authored about 7 years ago
Add new rule for preventing `this` in SFCs

This rule will report errors when a stateless functional component is
attempting to use `this`.

github.com/jsx-eslint/eslint-plugin-react - 80fb96c13ac34c3d5539353eff5553351c3af050 authored about 7 years ago
[Docs] fix jsx-one-expression-per-line

per https://github.com/yannickcr/eslint-plugin-react/pull/1552#discussion_r151876353

github.com/jsx-eslint/eslint-plugin-react - e2ca690a6ccfa52d9422daf747e9c590945101a4 authored about 7 years ago
Merge pull request #1552 from Vydia/jsx-one-expression-per-line-docs

[Docs] jsx-one-expression-per-line

github.com/jsx-eslint/eslint-plugin-react - 9fe89a0db11b5f36e6e6d6c694e6b59b0ef68c1a authored about 7 years ago
docs - jsx-one-expression-per-line

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

github.com/jsx-eslint/eslint-plugin-react - 3a94a95bef025827478da340630675f25449195e authored about 7 years ago
Merge pull request #1549 from jseminck/documentation-fix-2

[Docs] Add link to "button-has-type" rule docs in the main README

github.com/jsx-eslint/eslint-plugin-react - 32a050a83ed2b78144c668fb80227eadb0e8fd7b authored about 7 years ago
Add button-has-type to readme

github.com/jsx-eslint/eslint-plugin-react - 31bfdf75f4fed67469cc632e1a4c2be431f4cffe authored about 7 years ago
Merge pull request #1545 from jomasti/issue-1542

Fix crash in no-unused-prop-types

github.com/jsx-eslint/eslint-plugin-react - 56c0a0b38a5d654721cb11ce173e4d81257aae10 authored about 7 years ago
Fix crash in no-unused-prop-types

When checking props in setState updater functions, some assumptions were
being made about the pr...

github.com/jsx-eslint/eslint-plugin-react - 3c6d571c8c942d5b747c37f61f8d99dc796e7ed2 authored about 7 years ago
Merge pull request #1544 from jomasti/issue-1543

Prevent jsx-no-bind crash

github.com/jsx-eslint/eslint-plugin-react - e0bae0388db7059649b768252651449ce73e13df authored about 7 years ago
Prevent jsx-no-bind crash

The rule would assume a variable is initialized when checking a
VariableDeclarator node.

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

github.com/jsx-eslint/eslint-plugin-react - c1488932991a2140430ff62c29bb4179f4196127 authored about 7 years ago
Merge pull request #1539 from jseminck/jsx-indent-bug

Fix alignment bug in jsx-indent (and extract duplicate code)

github.com/jsx-eslint/eslint-plugin-react - 771f53427ea348759a763eca6b168a3f94152348 authored about 7 years ago
[New] add `prefer-exact-props` rule

github.com/jsx-eslint/eslint-plugin-react - 48e04c20cf3f9e595c8fb1b3aeb871b4674e425c authored about 7 years ago
Remove unneeded comment

github.com/jsx-eslint/eslint-plugin-react - 0e1009d2e0ba586061e150cd6444f27c8fa86d05 authored about 7 years ago
Extract isNodeFirstInLine to astUtil function

github.com/jsx-eslint/eslint-plugin-react - c51087cc382450fdd837caf243ec8503f150b467 authored about 7 years ago
Fix test by using the same isNodeFirstInLine function found in jsx-closing-tag-location rule

github.com/jsx-eslint/eslint-plugin-react - 6d50fb63eecb1c6eb9a7fdf412dcf400cf0e48a8 authored about 7 years ago
Use the new function also in jsx-indent-props

Although the logic is quite different here, the new function seems to work (tests are passing)

github.com/jsx-eslint/eslint-plugin-react - acc4f24375008db77178b1d8c20291be20f725b8 authored about 7 years ago
Merge remote-tracking branch 'upstream/master' into spaces

github.com/jsx-eslint/eslint-plugin-react - bda68ce407df3d1b5b97a83b62e3cb0962bc7048 authored about 7 years ago
[Fix] `no-unknown-property`: allowTransparency does not exist in React >= v16.1

github.com/jsx-eslint/eslint-plugin-react - fd3cebb6c59660b8185dea7106afb9290674e4d6 authored about 7 years ago
Merge pull request #1532 from jomasti/issue-1524

Add forbidDefaultForRequired option

github.com/jsx-eslint/eslint-plugin-react - 27b8279bc849f0a4179a79b7cd7625c78146310e authored about 7 years ago
Merge pull request #1398 from jseminck/components-as-class

Refactor Components into ES6 class syntax

github.com/jsx-eslint/eslint-plugin-react - 24190c6c12a1d27238e36177b47cb975afab62e1 authored about 7 years ago
Keep existing API of exporting Components

github.com/jsx-eslint/eslint-plugin-react - cf2d6f67673e6a50600f0924f2a6ae5162d8ed21 authored about 7 years ago
Move private functions out of the class

github.com/jsx-eslint/eslint-plugin-react - 04a42a9328a5c67bc1e6d6368c1ef6a47f9a9df7 authored about 7 years ago
Export an object with a single detect() function, removing the static class property

github.com/jsx-eslint/eslint-plugin-react - a0d47cf608f42bed290506b3b90b98007d35a546 authored about 7 years ago
Re-write Components as a class

github.com/jsx-eslint/eslint-plugin-react - 8d665211d1a33d88bfbb1c895afc9ba0a1aafb09 authored about 7 years ago
Move detect to a static class property

github.com/jsx-eslint/eslint-plugin-react - c379156d6380c006e2e8b9ebbc3abcabb96c974f authored about 7 years ago
Merge pull request #1507 from petersendidit/1506-fix

Fix no-unused-prop-types setState updater

github.com/jsx-eslint/eslint-plugin-react - 64cf2d7a3ec5d6deb984304603bb472f8643dff9 authored about 7 years ago
Merge pull request #1533 from jomasti/issue-1513

forbid-prop-types: forbid contextTypes, childContextTypes

github.com/jsx-eslint/eslint-plugin-react - 006441f3c821c40a479b4576748f25d731ea77be authored about 7 years ago
Merge pull request #1534 from sevenval/button-has-type-readme

Fix docs for button-has-type

github.com/jsx-eslint/eslint-plugin-react - 72d78159697e245bdb1e6b76a452ac5512a49af5 authored about 7 years ago
Fix docs for button-has-type

Looks like a copy&pasta error.

Ref #1525

github.com/jsx-eslint/eslint-plugin-react - ad514b3621e4abc7fa58faf85c525fd2999e9ac0 authored about 7 years ago
Support getters in forbid-prop-types

github.com/jsx-eslint/eslint-plugin-react - 0ab4b82c280a9e9d8374a13846b25ae2e3a210ba authored about 7 years ago
Add checkChildContextTypes for forbid-prop-types

github.com/jsx-eslint/eslint-plugin-react - da82f2b6cbc73a26bd23087cba78cba8c89cba18 authored about 7 years ago
Add checkContextTypes option to forbid-prop-types

github.com/jsx-eslint/eslint-plugin-react - 9ab07e013e87ce27dd97294ac5980ea16b94fd8b authored about 7 years ago
Add forbidDefaultForRequired option

New option for require-default-props rule that forbids defining default
props for props that are...

github.com/jsx-eslint/eslint-plugin-react - 072ed2c61f8dbad62a5a0773f355039171afb061 authored about 7 years ago
Merge pull request #1530 from backjo/deprecatedFactory

Deprecation check for React.DOM factories

github.com/jsx-eslint/eslint-plugin-react - 4f3fc51e32467afbeccc4954765f4312e8e76edf authored about 7 years ago
Merge pull request #1526 from jomasti/clean-up

Code clean up

github.com/jsx-eslint/eslint-plugin-react - dea04b6d2c1fce91ceb2f55fd462a36e92e5e8f4 authored about 7 years ago
Merge pull request #1525 from storybooks/jsx-no-typeless-button

Add a rule enforcing explicit "type" attributes for buttons

github.com/jsx-eslint/eslint-plugin-react - 8795fdeb15d241b86a0ebb3364095450a076ba78 authored about 7 years ago
Merge pull request #1529 from jomasti/issue-1499

Fix crash in default-props-match-prop-types

github.com/jsx-eslint/eslint-plugin-react - e7e2940007d4a7c5fa19d65ff8c777e96cae8bb6 authored about 7 years ago
Deprecation check for React.DOM usage

github.com/jsx-eslint/eslint-plugin-react - 640632e5371d5debd00f4f366eb082d7284e6cf9 authored about 7 years ago
Fix crash in default-props-match-prop-types

The rule would crash when checking an intersection with a
GenericTypeAnnotation that was not def...

github.com/jsx-eslint/eslint-plugin-react - 59e3455fca8e72eab74d60b3b2ccbf8136ad13a7 authored about 7 years ago
Merge pull request #1527 from jomasti/issue-1517

Fix bad report by jsx-no-comment-textnodes

github.com/jsx-eslint/eslint-plugin-react - 02ac5ce78b297b0ae55a73856b2dbe376a423c96 authored about 7 years ago
Allow forbidding particular attribute type. Support createElement

github.com/jsx-eslint/eslint-plugin-react - fdacc74189de7a9a1724e7b02f4cd822a124dda1 authored about 7 years ago
Fix bad report by jsx-no-comment-textnodes

The rule was reporting usage of two slashes via html entities at the
beginning of a literal betw...

github.com/jsx-eslint/eslint-plugin-react - c7cb6b518554ae1cb2028721003079d38a1f9466 authored about 7 years ago
Rename to `button-has-type`

github.com/jsx-eslint/eslint-plugin-react - 224d949d45badf8da5d1f36f340522f429d89a86 authored about 7 years ago
Move common props functions to util

github.com/jsx-eslint/eslint-plugin-react - 54b738d249c26b808903fce53f5f34a6dd1c8251 authored about 7 years ago
Move getComponentProperties to a util function

github.com/jsx-eslint/eslint-plugin-react - a9f5fab76de29c8d33dbf5eb8571a537d10a2000 authored about 7 years ago
Move duplicated getPropertyName to util function

github.com/jsx-eslint/eslint-plugin-react - 1b83214aec26c001b541cbc411908d8d9329b6cc authored about 7 years ago
Remove babel-eslint workarounds for ClassProperty

Since the oldest supported version of `babel-eslint` (6.x) has the
key property on ClassProperty...

github.com/jsx-eslint/eslint-plugin-react - 4e21d41000dfa5d700ed909fd7c4ddd4e6ff0b25 authored about 7 years ago
Add `jsx-no-typeless-button` rule

github.com/jsx-eslint/eslint-plugin-react - 0e8530e519e494515ebfae2fc84de7dfeb2099d8 authored about 7 years ago
Merge pull request #1522 from jomasti/issue-1521

Account for defaultProps in prefer-stateless rule

github.com/jsx-eslint/eslint-plugin-react - f36b0fa995a2bbe84ab28b035fc6aacbfcb11734 authored about 7 years ago
Add contextTypes tests for prefer-stateless rule

github.com/jsx-eslint/eslint-plugin-react - 5c6b355ade81ce17bd79a2ddc50fc6b1f24e1bbc authored about 7 years ago
Account for defaultProps in prefer-stateless rule

Previously, a class component that could be converted to a stateless
functional component would ...

github.com/jsx-eslint/eslint-plugin-react - 3148573193c976d07d2026ea5108ac297a1336a8 authored about 7 years ago
Add some more test cases

github.com/jsx-eslint/eslint-plugin-react - 0922c56b4acaef3b68d7b6a3cc17d9770e48858a authored about 7 years ago
Merge pull request #1518 from petersendidit/1068-fix

Handle no-props-unused-props in custom validators

github.com/jsx-eslint/eslint-plugin-react - 20102053f8828abc36b2e6239464a898b2853cda authored over 7 years ago
Failing tests for jsx-child-element-spacing proposal

github.com/jsx-eslint/eslint-plugin-react - a6e39d00e879876f768d5fd9c8bc09685169030b authored over 7 years ago
Handle no-props-unused-props in custom validators

When a custom prop validator is used mark props used inside the
validator as used.

Fixes #1068

github.com/jsx-eslint/eslint-plugin-react - 2b4776abf672930b701ef7aedba0658ebdf5aeda authored over 7 years ago
Fix no-unused-prop-types setState updater

Handle when props are used in the setState update callback

Fix #1506

github.com/jsx-eslint/eslint-plugin-react - c471d775310ca7f0fb4f5341f44bd38efc79395a authored over 7 years ago
[Tests] run linter separately from tests; use nvm install-latest-npm; allow odd node majors to fail

github.com/jsx-eslint/eslint-plugin-react - 409515f900aa9621086939c0a5a5147069957d05 authored over 7 years ago
[Dev Deps] update `eslint`, `babel-eslint`

github.com/jsx-eslint/eslint-plugin-react - 71204c074849899fec1ab9e27244ec696a41e56f authored over 7 years ago
chore: rm node_modules from eslintignore.

since it was ignored by default.

github.com/jsx-eslint/eslint-plugin-react - a36b1f9c53cc6cbfdbabfe46322a3df3ef5ab940 authored over 7 years ago
Merge pull request #1374 from jaaberg/no-access-state-in-setstate

Rule proposal: no-access-state-in-setstate

github.com/jsx-eslint/eslint-plugin-react - b9b1525071686075634356313fd8a3191734ec0f authored over 7 years ago
Merge pull request #1512 from adam-golab/patch-1

[docs] Update jsx-key.md

github.com/jsx-eslint/eslint-plugin-react - c84b879be146a92a068fc5b43fc67fb3fa570d1f authored over 7 years ago
Update jsx-key.md

Fix bugs in rendering an array of elements to prevent from unintentional copying it.

github.com/jsx-eslint/eslint-plugin-react - 33c974ffee628903f0dd9f7fa1d675d32ccdbaa1 authored over 7 years ago
Merge pull request #1475 from jomasti/issue-1469

Check parentheses with new lines for multiline JSX

github.com/jsx-eslint/eslint-plugin-react - aeed629c15a0e000f34a4480769b9394d40795e2 authored over 7 years ago
Merge pull request #1497 from Vydia/new-rule-one-element-per-line

New rule: jsx-one-expression-per-line

github.com/jsx-eslint/eslint-plugin-react - bf3ccb333a87b93d30e82b38348b7c8bc7732755 authored over 7 years ago
Check parentheses with new lines for multiline JSX

This changes the options from a boolean to an enum with five possible
values: true, false, `igno...

github.com/jsx-eslint/eslint-plugin-react - 4a719e8b03355ff5be26c7a211b645641430f71a authored over 7 years ago
use better practices

thanks @lencioni

github.com/jsx-eslint/eslint-plugin-react - cd3648c069b646caa79256a6e65f24f64306235c authored over 7 years ago
Merge pull request #1459 from jackyho112/make-jsx-no-bind-only-warn-for-props

[jsx-no-bind] Only warn for props and account for variable declaration

github.com/jsx-eslint/eslint-plugin-react - fcf580b46fcb6c94c2d13f0fec359b15ebcdef28 authored over 7 years ago