react-render-types-setup
Installation
SKILL.md
React Render Types — Setup
Install and configure eslint-plugin-react-render-types to enforce component composition constraints at lint time.
Prerequisites
- ESLint >= 9 (flat config)
- TypeScript >= 5
@typescript-eslint/parser>= 8- A working
tsconfig.json
Install
npm install eslint-plugin-react-render-types --save-dev