gajus / eslint-plugin-flowtype

Flow type linting rules for ESLint.
Other
1.08k stars 153 forks source link

Add experimental TypeScript option to require-readonly-react-props #526

Open short-dsb opened 7 months ago

short-dsb commented 7 months ago

Addresses #525.

I wrote a few tests as well, but had trouble getting lint and tests to run successfully locally, even without these changes. Feedback and any guidance for cleaning this up would be appreciated. 🙂

short-dsb commented 7 months ago

Just realized the last release was on Oct 28, 2021. 😞

Leaving this open in case the project is revitalized or someone else needs this functionality.

mrtnzlml commented 7 months ago

@short-dsb You might want to consider contributing this to https://github.com/flow-typed/eslint-plugin-ft-flow as that one is more active (a bit of an unofficial successor).

short-dsb commented 7 months ago

@mrtnzlml Thanks for the heads up! I’ll create a PR today.