jsx-eslint/eslint-plugin-react

`react/prop-types`: Option to force TypeScript and propTypes

Open

#3,107 opened on Oct 20, 2021

 (4 comments) (4 reactions) (0 assignees)JavaScript (2,731 forks)batch import
enhancementhelp wantedtypescript

Repository metrics

Stars
 (9,293 stars)
PR merge metrics
 (PR metrics pending)

Description

Currently react/prop-types will validate prop types regardless of how I define them. I would like to force that both propTypes and TypeScript types are defined.

Contributor guide