Remove flowtype/require-valid-file-annotation temporarily. (#2311)

Until this issue (https://github.com/gajus/eslint-plugin-flowtype/issues/165) is
fixed we're disabling `flowtype/require-valid-file-annotation`.
This commit is contained in:
Robert DeLuca
2017-05-21 14:42:55 -05:00
committed by Dan Abramov
parent 7348ca9bd1
commit 3260d17f07

View File

@@ -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',
},
};