diff --git a/packages/eslint-config-react-app/index.js b/packages/eslint-config-react-app/index.js index 8af2bdb..3dcce55 100644 --- a/packages/eslint-config-react-app/index.js +++ b/packages/eslint-config-react-app/index.js @@ -282,7 +282,8 @@ module.exports = { // https://github.com/gajus/eslint-plugin-flowtype 'flowtype/define-flow-type': 'warn', - 'flowtype/require-valid-file-annotation': 'warn', + // TODO: Reenable once https://github.com/gajus/eslint-plugin-flowtype/issues/165 is fixed + //'flowtype/require-valid-file-annotation': 'warn', 'flowtype/use-flow-type': 'warn', }, };