eslint-plugin-flowtype
eslint-plugin-flowtype copied to clipboard
New rule: `no-flow-fix-me-in-strict-files`
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:

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.