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 7348ca9 commit 3260d17Copy full SHA for 3260d17
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