Skip to content

Commit 3260d17

Browse files
Robdel12gaearon
authored andcommitted
Remove flowtype/require-valid-file-annotation temporarily. (#2311)
Until this issue (gajus/eslint-plugin-flowtype#165) is fixed we're disabling `flowtype/require-valid-file-annotation`.
1 parent 7348ca9 commit 3260d17

File tree

1 file changed

+2
-1
lines changed
  • packages/eslint-config-react-app

1 file changed

+2
-1
lines changed

packages/eslint-config-react-app/index.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,8 @@ module.exports = {
282282

283283
// https://github.com/gajus/eslint-plugin-flowtype
284284
'flowtype/define-flow-type': 'warn',
285-
'flowtype/require-valid-file-annotation': 'warn',
285+
// TODO: Reenable once https://github.com/gajus/eslint-plugin-flowtype/issues/165 is fixed
286+
//'flowtype/require-valid-file-annotation': 'warn',
286287
'flowtype/use-flow-type': 'warn',
287288
},
288289
};

0 commit comments

Comments
 (0)