gajus / eslint-plugin-flowtype

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

Support `experimental.ts_syntax=true` #525

Open short-dsb opened 7 months ago

short-dsb commented 7 months ago

Per the changelog for 0.229.0, enabling experimental.ts_syntax=true allows some TypeScript syntax, e.g., Readonly versus $ReadOnly.

This is a request for the option to be supported here, e.g., in require-readonly-react-props.