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 README to include default-props-match-prop-types rule

github.com/jsx-eslint/eslint-plugin-react - 708b961f2592c6ce869a3e6cee30408d074a7990 authored over 7 years ago
[New] Add `jsx-max-depth`

Fixes #1219.

github.com/jsx-eslint/eslint-plugin-react - 34f83a540d0f088882e349f744c8a6360f6cd544 authored over 7 years ago
Merge pull request #1232 from jseminck/no-unused-props-scu-2

Support lifecycle methods with nextProps/prevProps in no-unused-prop-types

github.com/jsx-eslint/eslint-plugin-react - 11117a4eae8882959c134f930cb2ea26c4b8ea75 authored over 7 years ago
Register prop-types when set through SuperTypeParameters

Signed-off-by: Gabriel Peal <[email protected]>

github.com/jsx-eslint/eslint-plugin-react - ee66c3b39555962ba38d8723b6cf606dc67c5930 authored over 7 years ago
Merge pull request #251 from AlmeroSteyn/anchor-is-valid-config

Add sub rule configuration to anchor-is-valid.

github.com/jsx-eslint/eslint-plugin-jsx-a11y - 1a633af172962b289e558a99823feaf0c91ef841 authored over 7 years ago
Add sub rule configuration to anchor-is-valid.

github.com/jsx-eslint/eslint-plugin-jsx-a11y - 121600b0db686e34756394bb79d9c06481803287 authored over 7 years ago
Replace .includes with .indexOf

github.com/jsx-eslint/eslint-plugin-react - 309d37cac5d288f10193f72e8915fba7770c0b4f authored over 7 years ago
Fix the line number and column on which the error appears in the invalid test cases

github.com/jsx-eslint/eslint-plugin-react - dda84f406e3942ebbeef28fae1f321323fd519ea authored over 7 years ago
Merge pull request #1231 from vonovak/patch-1

Update jsx-no-bind.md

github.com/jsx-eslint/eslint-plugin-react - 2748421b44d5b615a95dbbbd8fec2302e3d09d47 authored over 7 years ago
Duplicate the test cases with the default parser.

github.com/jsx-eslint/eslint-plugin-react - 8983d64d4a1bc487b532b640ce20ce8c2220b48d authored over 7 years ago
Fix typos (linting error)

github.com/jsx-eslint/eslint-plugin-react - ebc6778a622b1d65dd95c2cceb060724df595744 authored over 7 years ago
Merge pull request #236 from jessebeach/finer-casing-interactive-supports-focus

Split interactive supports focus into tabbable and focusable cases

github.com/jsx-eslint/eslint-plugin-jsx-a11y - 4f0052df643548d0e1e3328d01d3b7b5e088aca2 authored over 7 years ago
Improve the interactive-supports-focus test to provide contextualized error messages

github.com/jsx-eslint/eslint-plugin-jsx-a11y - d856a7fabe41591509a7987365b71b69118eaad0 authored over 7 years ago
Add the babel-plugin-transform-es2015-template-literals transform to the package

github.com/jsx-eslint/eslint-plugin-jsx-a11y - 23939e32f3a5e27ff98bc8b0c5244a127d5cf010 authored over 7 years ago
Allow this.state assignment on constructor

see #832

github.com/jsx-eslint/eslint-plugin-react - 36c7ade62280cd67ab679bb5b7c223991628bd45 authored over 7 years ago
Fix the invalid test cases added in the previous commit by:

* Extending the list of lifecycle methods
* Checking also for the `prevProps` parameter name

Cu...

github.com/jsx-eslint/eslint-plugin-react - 6f2dbb787dab19ffa4e12e674a86e7452fb1ff7d authored over 7 years ago
Add a bunch of failing tests.

The valid tests have two props, one is used in the render() function and the other in nextProps ...

github.com/jsx-eslint/eslint-plugin-react - e672e0fc3d7e349c1d968ca251cbe421a5947be2 authored over 7 years ago
Merge pull request #247 from AlmeroSteyn/anchor-is-valid-doc-fix

[Docs]: anchor-is-valid doc fix.

github.com/jsx-eslint/eslint-plugin-jsx-a11y - c0de387650495259763d98efd7cecdc56cf9343d authored over 7 years ago
[Docs]: anchor-is-valid doc fix.

github.com/jsx-eslint/eslint-plugin-jsx-a11y - 87e54eb4181b347243012ed5fe8264ee1bc48c55 authored over 7 years ago
Merge pull request #1227 from jseminck/dead-code-removal

Remove some dead code

github.com/jsx-eslint/eslint-plugin-react - fa510179ed28008ada66c239ed2bbc2037423a09 authored over 7 years ago
Rename function and remove no-op if statement

github.com/jsx-eslint/eslint-plugin-react - 3ad837f20b75f3447e0d31f8e98fed55d68cb559 authored over 7 years ago
Update void-dom-elements-no-children.js tests

github.com/jsx-eslint/eslint-plugin-react - a024a09d99c0d5cd040250da3780b76303190183 authored over 7 years ago
Fix void-dom-elements-no-children crash

React.createElement() crashes the linter since first argument is undefined.

github.com/jsx-eslint/eslint-plugin-react - 2868dc68bc63ff6abce6cef2fa21e39dad3008b4 authored over 7 years ago
Merge pull request #1112 from ethanjgoldberg/method-annotations-are-not-prop-types

Fix required prop types for classes with annotated methods.

github.com/jsx-eslint/eslint-plugin-react - dc03975ffec67fdc8cb725c033061410643eee0d authored over 7 years ago
Fix required prop types for classes with annotated methods.

The `react/prop-types` rule incorrectly considers flow type
annotations on class methods with a...

github.com/jsx-eslint/eslint-plugin-react - 6e8f543221cf5701ac1321a6114b0c88ba42a109 authored over 7 years ago
Merge pull request #1132 from ethanjgoldberg/fix-quoted-type-annotations

remove quotes when considering the name of a proptype

github.com/jsx-eslint/eslint-plugin-react - ccb213dd6aee79be156123834583b22b22f46165 authored over 7 years ago
remove quotes when considering the name of a proptype

The added test illustrates the failing case. Proptypes with quotes
were referred to by the quote...

github.com/jsx-eslint/eslint-plugin-react - 6fe0e10c2a41228f88e0eae1c188aaa25ddf27cf authored over 7 years ago
Merge pull request #1084 from jomasti/no-useless-scu

Add react/no-redundant-should-component-update

github.com/jsx-eslint/eslint-plugin-react - 7ebcd486160277b4e13fed2a484156fc2e9420f6 authored over 7 years ago
Merge pull request #1222 from alexilyaev/patch-1

Fix wrong method name in examples for no-will-update-set-state

github.com/jsx-eslint/eslint-plugin-react - a80cf0cc7f26157eab9ab522b8404c745ae3b909 authored over 7 years ago
Merge pull request #1216 from gfx/no-target-blank/only-for-external-links

Don't issue errors for `<a/>` with target=_blank and non-external URLs

github.com/jsx-eslint/eslint-plugin-react - 5aa4470956b00f694decbbebc95cd49a2d8a5e29 authored over 7 years ago
Merge pull request #1218 from jseminck/no-unused-prop-types-bug

Fix false positive in no-unused-proptype

github.com/jsx-eslint/eslint-plugin-react - 089beec148f868a1a0ff20f71ab7203c9b56641f authored over 7 years ago
Fix wrong method name in examples for no-will-update-set-state

github.com/jsx-eslint/eslint-plugin-react - d414bb723d4278d7664aa87d34485fb9579b1b4d authored over 7 years ago
Merge pull request #1221 from jseminck/sort-props-regression

Fix regression bug in jsx-sort-props

github.com/jsx-eslint/eslint-plugin-react - b74a693bf21b706f238087ed835ea226c1259e3c authored over 7 years ago
Replace var with const for the new code that was added

github.com/jsx-eslint/eslint-plugin-react - bf69820675bcc3aa5408cbb37259fdf17c24be4b authored over 7 years ago
Perform callback detection before toLowerCase()

github.com/jsx-eslint/eslint-plugin-react - 12067db21bc968d529482a907e30c039c9bee223 authored over 7 years ago
Merge pull request #224 from AlmeroSteyn/master

Add anchor-is-valid rule

github.com/jsx-eslint/eslint-plugin-jsx-a11y - 83994a8d24a8d33b8481a8ec6cb832c353cd3522 authored over 7 years ago
Add anchor-is-valid rule

github.com/jsx-eslint/eslint-plugin-jsx-a11y - 6399a08e9e31ddf2d2fabbfa61e8e35a4e88ce56 authored over 7 years ago
refactor jsx-no-target-blank.js with ES2015 features

github.com/jsx-eslint/eslint-plugin-react - 89c33b66dc36aa1967e9e29ddb23827e7d626410 authored over 7 years ago
deeals protocol-relative URLs are external

github.com/jsx-eslint/eslint-plugin-react - 664e5df69f5ff30848ae120c4cc2c67e3431a188 authored over 7 years ago
Fix issue with overriding component usedPropTypes if the component already existed in the map

github.com/jsx-eslint/eslint-plugin-react - f85ff448b8f1186095dc9e6bfa0e3b5d4bc3ccc7 authored over 7 years ago
Don't issue errors for `<a/>` with target=_blank and non-external URLs

github.com/jsx-eslint/eslint-plugin-react - 7c4550951a0b2bf9c7c20db1409e0367a6072305 authored over 7 years ago
Add link to new rule in readme

github.com/jsx-eslint/eslint-plugin-react - ba0b25b2583fd8aac5c1b51cdaad3802cd30e047 authored over 7 years ago
Merge pull request #240 from ignatiusreza/label/nesting

Allow label-has-for rule to pass if containing nesting content.

github.com/jsx-eslint/eslint-plugin-jsx-a11y - fe9bd6fda5e692b6f7c6b4857aba276831c7e550 authored over 7 years ago
Actually remove experimental rest spread flag

github.com/jsx-eslint/eslint-plugin-react - fbacf4d1ed3dfefe69263833c1db33d8ba8e4350 authored over 7 years ago
* Remove ecmaScript rule

* Remove rest/spread on import
* Add fixer

github.com/jsx-eslint/eslint-plugin-react - 29c659eb54b049bc2b8002fced0b1c5b50fbbd9e authored over 7 years ago
Allow label-has-for rule to pass if containing nesting content.

github.com/jsx-eslint/eslint-plugin-jsx-a11y - 06c30c3559646a241f616c8e961f7a693682c13d authored over 7 years ago
Add indentation rule for closing tag of multi-line jsx

github.com/jsx-eslint/eslint-plugin-react - b863f9fcb413cd2d0a45547084bf3ae9f6171d5a authored over 7 years ago
Fix tests for ESLint 4.0.0 new Linter API

github.com/jsx-eslint/eslint-plugin-react - a8d4c9bab7d637a35a79238e5477255e3b8e6818 authored over 7 years ago
Update default-props-match-prop-types tests for ESLint 4.0.0

github.com/jsx-eslint/eslint-plugin-react - 0083670275de30e18fec8f2af983c836fe2fc61f authored over 7 years ago
Add failing and working tests that were raised in the issue

github.com/jsx-eslint/eslint-plugin-react - cea8591e651cb646749ffb952e478084069cee7e authored over 7 years ago
demo should actually turn on the flag

github.com/jsx-eslint/eslint-plugin-react - 3bdc7da10ccd946522b901dd662b2ba694d90b17 authored over 7 years ago
update the option to be part of an object

github.com/jsx-eslint/eslint-plugin-react - f5d00c02dc87e53d4892c38b413f00d18283441e authored over 7 years ago
add tests using the default parser

github.com/jsx-eslint/eslint-plugin-react - cc503b32556d748143f570eec37356fdd38d8e10 authored over 7 years ago
Merge pull request #949 from snowypowers/max-props-per-line-fix

jsx-max-props-per-line: autofix

github.com/jsx-eslint/eslint-plugin-react - f0dcaca92418bb791f585e867d720a96dd43a277 authored over 7 years ago
autofix for max-props-per-line

github.com/jsx-eslint/eslint-plugin-react - 0fb170b1f26fe2921a2ed3cfd96d541bd0660c15 authored over 7 years ago
Fix require-default-props quoted defaultProps detection (fix #1201)

github.com/jsx-eslint/eslint-plugin-react - 45e3b9f2be6094d76de7ba01fb86af0868724d71 authored over 7 years ago
Merge pull request #1087 from webOS101/no-invalid-default-props

Add new rule 'default-props-match-prop-types'

github.com/jsx-eslint/eslint-plugin-react - 62daf821ec6ece7bd2539a0a645d9c2c8fba7709 authored over 7 years ago
Fix trailing comma in package.json

github.com/jsx-eslint/eslint-plugin-jsx-a11y - 022899806677010a45df72e7e911a4169e970c2a authored over 7 years ago
Upgrade yarn lock file and speed up CI test script.

github.com/jsx-eslint/eslint-plugin-jsx-a11y - 19b052ab5ac8203521712aff1106d795b4a2d96a authored over 7 years ago
update author information

github.com/jsx-eslint/eslint-plugin-react - 1c6ac4e0aa6f13ebb3f4a01b7da96e3071d3ddc9 authored over 7 years ago
add test for new acceptable use

github.com/jsx-eslint/eslint-plugin-react - a01b23c191be404e3fd04714a10fece64c632dbf authored over 7 years ago
allow an option to disable all strings

github.com/jsx-eslint/eslint-plugin-react - ae9c67e76fd12e31a236a42609e37ef24eea2ecc authored over 7 years ago
Merge pull request #1199 from preco21/docs-improvement

Small document improvements

github.com/jsx-eslint/eslint-plugin-react - 2d17b7f787a899b42564ae7290ea6f6aa40a7a2d authored over 7 years ago
Remove flow from .npmignore (#244)

github.com/jsx-eslint/eslint-plugin-jsx-a11y - 58b34a6c2566bbb05ce12847d730dcc6c15ec51e authored over 7 years ago
[fix] - Resolve flow issues by explicitly importing types (#243)

Fixing #241

github.com/jsx-eslint/eslint-plugin-jsx-a11y - d70ac7d7975819e7a52b85465ec67a0d93eb962a authored over 7 years ago
Improve documents

Clarify options and examples

Add missing changes

Apply suggestion

Merge remote-tracking br...

github.com/jsx-eslint/eslint-plugin-react - 859d12aac6ba62bfe9a304a450c8a3a676ab0ef1 authored over 7 years ago
Merge pull request #1071 from adnasa/typo-prefer-es6-class

docs(prefer-es6-class): add missing prefix

github.com/jsx-eslint/eslint-plugin-react - ecc327a63a779deb625414c61e617798ad912dbf authored over 7 years ago
docs(rules): prefix rule names in title

github.com/jsx-eslint/eslint-plugin-react - 6185e72550405b3b50a8e9b6339e16c568b43a68 authored over 7 years ago
add missing prefix on option examples

github.com/jsx-eslint/eslint-plugin-react - 5a02508c8be6ae0add95bddb686b8f0b3bb69a3d authored over 7 years ago
Merge pull request #1195 from oliviertassinari/fix

fix: void-dom-elements-no-children

github.com/jsx-eslint/eslint-plugin-react - 647bcd433a28160ba71ed7a351ba7c5a8e127dd3 authored over 7 years ago
Merge pull request #1122 from dreid/allow-wrapped-pure-components

Fix ignorePureComponents when using class expressions.

github.com/jsx-eslint/eslint-plugin-react - 0dd4685fd6f31db39ab261967e2a7475d2922adf authored over 7 years ago
fix: fix the previous failing test

github.com/jsx-eslint/eslint-plugin-react - 03a806699291ff762ffad98c5d19fba8fec3c62a authored over 7 years ago
test: add a failing test

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

github.com/jsx-eslint/eslint-plugin-react - 7ca9841f22d599f447a27ef5b2a97def9229d6c8 authored over 7 years ago
Merge pull request #1192 from markus-willems/pr/prop-types-docs

Docs: fix wrong syntax in docs for prop-types rule

github.com/jsx-eslint/eslint-plugin-react - 9ce4d85b5c11efa93ff4dd271471e7b8b3410d40 authored over 7 years ago
fix for wrong rule syntax. no-unused-prop-types instead of react/no-unused-prop-types in docs

github.com/jsx-eslint/eslint-plugin-react - 660790b46b3747fdeac25ec9a06be43ffc8ef68d authored over 7 years ago
fix for wrong rule syntax. prop-types instead of react/prop-types in docs

github.com/jsx-eslint/eslint-plugin-react - 227fcf34208ab3e3efa1ca5e61e1a101ec713c0d authored over 7 years ago
Fix require-default-props error message for quoted props (fixes #1161)

github.com/jsx-eslint/eslint-plugin-react - af68f884bef33b0ea328c9d12383e88b813044d6 authored over 7 years ago
Update README with explanation recommended/strict (#238)

github.com/jsx-eslint/eslint-plugin-jsx-a11y - 9971241af71283ebeccda2375220a90c31b971f5 authored over 7 years ago
Add missing README.md doc for media-has-caption (#237)

github.com/jsx-eslint/eslint-plugin-jsx-a11y - c156644b92fb21378af5eb10b1596ee9cdb9aa2b authored over 7 years ago
Fix void-dom-elements-no-children crash on faulty createElement detection (fixes #1101)

github.com/jsx-eslint/eslint-plugin-react - f7fb96ba0c82a32406e36d8c45c69bad2c07fe4f authored over 7 years ago
Merge pull request #1180 from fatfisz/fix-newline-with-object-literals

Fix the newline with object literals bug

github.com/jsx-eslint/eslint-plugin-react - f111e4572519ffb434e132789580c8b82e32f020 authored over 7 years ago
Add additional test with flow annotations to prop-types

github.com/jsx-eslint/eslint-plugin-react - 3743e6de53cedec3ee600d520f13643b4ce1df20 authored over 7 years ago
Fix no-unused-prop-types crash with Flow spread operator (fixes #1178

github.com/jsx-eslint/eslint-plugin-react - 1ced71067e2bc3c87c4b083817a70666c0d3e0e0 authored over 7 years ago
Fix the newline with object literals bug

github.com/jsx-eslint/eslint-plugin-react - 1534bdbea75bc8910cfec32ffff28585ed0d4ab3 authored over 7 years ago
Update rules to match changes in comments attachement in ESLint 4.0.0

github.com/jsx-eslint/eslint-plugin-react - 159d0e5f239dc4c3ddcf5d961f98917e78b40bd4 authored over 7 years ago
Update tests to pass parserOptions globally

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