Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/jsx-eslint/eslint-plugin-react

React-specific linting rules for ESLint
https://github.com/jsx-eslint/eslint-plugin-react

[Docs] Fix code syntax highlighting

nbsp1221 opened this pull request over 1 year ago
[Bug]: Invalid property 'onLoad' found on tag 'div'

abhijeetbhagat opened this issue over 1 year ago
[Bug]: destructuring-assignment rule false pass

grant-unwin-cc opened this issue over 1 year ago
New rule: Enforce lazy initialization for `useState`

legendkong opened this issue over 1 year ago
Request: Can `detect` be a default value for the version setting?

robwierzbowski opened this issue over 1 year ago
[Fix] `no-unknown-property`: allow `fill` prop on `<symbol>`

stefanprobst opened this pull request almost 2 years ago
Rule to disallow blank lines between tags

sspenst opened this issue almost 2 years ago
[Feature] Prefer destructuring in React

NishargShah opened this issue almost 2 years ago
Don't recommend jsx-no-target-blank

nickmccurdy opened this issue almost 2 years ago
[Bug]: Excessive code changes done by --fix react/jsx-no-leaked-render

gersongoulart opened this issue almost 2 years ago
[Bug]: is missing in props validation when wrapped by Memo

vaynevayne opened this issue almost 2 years ago
[New] Align `no-deprecated` rule with React 18 deprecations

sergei-startsev opened this pull request almost 2 years ago
Fixes #3482 - handle formatMessage calls

AsaAyers opened this pull request almost 2 years ago
[Bug]: Autofix do not work in `react/jsx-wrap-multilines`

coderaiser opened this issue almost 2 years ago
[Bug]: react/hook-use-state incorrectly reporting overmind's useState

BrianHannay opened this issue almost 2 years ago
Add mixed mode for react/jsx-curly-newline

Dron007 opened this issue almost 2 years ago
[Fix] `jsx-curly-brace-presence`: handle single and only expression template literals

taozhou-glean opened this pull request almost 2 years ago
[jsx-curly-brace-presence] template literals contains just expressions

taozhou-glean opened this issue almost 2 years ago
[Bug]: `destructuring-assignment` enforces destructuring of modern context

billyjanitsch opened this issue almost 2 years ago
[Bug]: `react/prefer-read-only-props` for Typescript

thany opened this issue almost 2 years ago
[New] `jsx-first-prop-new-line`: add `multiprop` option

haydncomley opened this pull request almost 2 years ago
Eslint rule react/destructuring-assignment automatic fix is not working

jonathan-vandal opened this issue almost 2 years ago
[New] `checkContextObjects` option in `display-name`

JulesBlm opened this pull request almost 2 years ago
[Bug]: parserOptions.ecmaFeatures.jsx not set when using presets

CleyFaye opened this issue almost 2 years ago
[jsx-key] False positive when spreading props

jp7837 opened this issue about 2 years ago
[Improvement] Issue Template Proposal

ROSSROSALES opened this pull request about 2 years ago
no-unused-prop-types false positive with createPortal and forwardRef

reintroducing opened this issue about 2 years ago
Automate docs with eslint-doc-generator

bmish opened this pull request about 2 years ago
(incomplete) new failing test, <a target="_blank noopener">

mcast opened this pull request about 2 years ago
[NEW]: ensure-matching-remove-event-listener

AndreaPontrandolfo opened this pull request about 2 years ago
[New] `jsx-no-leaked-render`: add `ignoreAttributes` option

aleclarson opened this pull request about 2 years ago
feat: no-danger find props on all components (not just native)

AndersDJohnson opened this issue over 2 years ago
Add Rule option "disallowedFor" for component prop

jacketwpbb opened this issue over 2 years ago
[New] `forbid-component-props`: add `disallowedFor` option

jacketwpbb opened this pull request over 2 years ago
react/no-unused-prop-types false positive when using memo

markholland opened this issue over 2 years ago
Add "destructureInSignature: never" to destructuring-assignment

max-prtsr opened this issue over 2 years ago
Validate DOM nesting when possible

karlhorky opened this issue over 2 years ago
False positive for react/jsx-no-leaked-render

Robloche opened this issue over 2 years ago
react/boolean-prop-naming interface does not work

DavidShefcik opened this issue over 2 years ago
[FEATURE] Add suggestions for `no-unescaped-entities`

Yash-Singh1 opened this issue over 2 years ago
[no-access-state-in-setstate] equivalent for useState

rodrigofariow opened this issue over 2 years ago
Can we separate 'utils' into its own package?

tristanHessell opened this issue over 2 years ago
`jsx-boolean-value`: enhance configuration to handle `false` literals

alexmatson-da opened this issue almost 3 years ago
[Docs] Recategorize rules in readme

golopot opened this pull request almost 3 years ago
Automating github releases and release notes

xt0rted opened this issue almost 3 years ago
`jsx-curly-brace-presence` conflicts with `no-unescaped-entities`

ntkoopman opened this issue almost 3 years ago
Rule to forbid calling components as functions?

FezVrasta opened this issue almost 3 years ago
`jsx-sort-props`: custom sort order for specific props

seanblonien opened this issue almost 3 years ago
[`jsx-sort-props`] consider className as reserved props

zhoudaxia2016 opened this issue almost 3 years ago
Add --fix-type support

sryze opened this pull request almost 3 years ago
disable react/react-in-jsx-scope for react versions 17 and above

jafar-jabr opened this pull request almost 3 years ago
rule to ensure forwardRef includes a `ref` argument.

jquense opened this issue about 3 years ago
Configuration conflict with 7.27.0

DavidHenri008 opened this issue about 3 years ago
jsx-no-bind should complain when using an arrow function

tkrotoff opened this issue about 3 years ago
Breaking: Add missing rule schemas

bmish opened this pull request about 3 years ago
[feature request] encourage the usage of named import

xboy2012 opened this issue about 3 years ago
[New Rule] prefer-function-component

tatethurston opened this pull request over 3 years ago
[new] Add no-update-forcing-props rule

wojtekmaj opened this pull request over 3 years ago
Document #3008 adds a test to no-unused-prop-types

thinklikeadesigner opened this pull request over 3 years ago
React 18: Warn when components render `undefined`

nickmccurdy opened this issue over 3 years ago
Add jsx-sort-props ignoreTags option

fracz opened this pull request over 3 years ago
Reduce memory allocation in rules and utils

willheslam opened this pull request over 3 years ago
[New] `jsx-no-useless-fragment`: add `ignoreUnsafeChildren` flag

sbdchd opened this pull request over 3 years ago
Feature request: ban createRef in function components

danvk opened this issue over 3 years ago
Deconstructing function arguments violates no-unused-prop-types rule

arturluik opened this issue almost 4 years ago
jsx-no-target-blank: Allow to specify allowed hosts

adarnon opened this issue almost 4 years ago
Create a new rule or update jsx-no-bind to work with react hooks and jsx

sbrighiu opened this issue almost 4 years ago
New/extended rule: display name --fix for forwardRef

dantman opened this issue almost 4 years ago
New rule proposal: react/prefer-functional-component

cyyynthia opened this issue about 4 years ago
[react/require-default-props] False positive with React.forwardRef

nwalters512 opened this issue about 4 years ago
[Fix] `no-multi-comp`: improve component detection

rrhg opened this pull request about 4 years ago
need rule [no-react-default-imports]

yoyo837 opened this issue about 4 years ago