Skip to content

Commit

Permalink
Remove flowtype/require-valid-file-annotation temporarily. (faceboo…
Browse files Browse the repository at this point in the history
…k#2311)

Until this issue (gajus/eslint-plugin-flowtype#165) is
fixed we're disabling `flowtype/require-valid-file-annotation`.
  • Loading branch information
Robdel12 authored and romaindso committed Jul 10, 2017
1 parent 0681ffe commit 279e8df
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/eslint-config-react-app/index.js
Expand Up @@ -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',
},
};

0 comments on commit 279e8df

Please sign in to comment.