We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
flowtype/require-valid-file-annotation
1 parent 7f2702b commit 9696ca1Copy full SHA for 9696ca1
packages/eslint-config-react-app/index.js
@@ -282,7 +282,8 @@ module.exports = {
282
283
// https://github.com/gajus/eslint-plugin-flowtype
284
'flowtype/define-flow-type': 'warn',
285
- 'flowtype/require-valid-file-annotation': 'warn',
+ // TODO: Reenable once https://github.com/gajus/eslint-plugin-flowtype/issues/165 is fixed
286
+ //'flowtype/require-valid-file-annotation': 'warn',
287
'flowtype/use-flow-type': 'warn',
288
},
289
};
0 commit comments