These configuration files are suitable to lint Flow type annotations.
Basic ruleset for Flow. Main focus is on consistent way to write type annotations.
If you are using Flow with React to validate props consider adding this rule to your .eslintrc.js
config:
// Enforces sorting of Object annotations.
// This rule mirrors ESlint's sort-keys rule.
'flowtype/sort-keys': ['warn', 'asc', { caseSensitive: false }]