We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df00d80 commit fd49928Copy full SHA for fd49928
packages/eslint-config-react-app/index.js
@@ -291,8 +291,7 @@ module.exports = {
291
292
// https://github.com/gajus/eslint-plugin-flowtype
293
'flowtype/define-flow-type': 'warn',
294
- // TODO: Reenable once https://github.com/gajus/eslint-plugin-flowtype/issues/165 is fixed
295
- //'flowtype/require-valid-file-annotation': 'warn',
+ 'flowtype/require-valid-file-annotation': 'warn',
296
'flowtype/use-flow-type': 'warn',
297
},
298
};
0 commit comments