Skip to content

Commit fd49928

Browse files
author
Oskar Köök
committed
Re-enable flowtype warning
1 parent df00d80 commit fd49928

File tree

1 file changed

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

1 file changed

+1
-2
lines changed

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

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

292292
// https://github.com/gajus/eslint-plugin-flowtype
293293
'flowtype/define-flow-type': 'warn',
294-
// TODO: Reenable once https://github.com/gajus/eslint-plugin-flowtype/issues/165 is fixed
295-
//'flowtype/require-valid-file-annotation': 'warn',
294+
'flowtype/require-valid-file-annotation': 'warn',
296295
'flowtype/use-flow-type': 'warn',
297296
},
298297
};

0 commit comments

Comments
 (0)