mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-01-12 22:46:30 +08:00
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:
committed by
Dan Abramov
parent
7348ca9bd1
commit
3260d17f07
@@ -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',
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user