gajus / eslint-plugin-flowtype

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

New rule: `no-flow-fix-me-in-strict-files` #515

Closed nvie closed 9 months ago

nvie commented 2 years ago

This rule validates that no error suppression comments (e.g. $FlowFixMe) are used in // @flow strict (or // @flow strict-local) files.

This codifies the best practices as documented here:

Screen Shot 2021-11-03 at 09 10 04@2x

It's a simple rule without any options.


@gajus I followed all of the contributing guidelines, adding documentation and tests, but I failed at the last step while running npm run create-readme. See my error log here.