File tree 2 files changed +2
-3
lines changed
packages/eslint-config-react-app
2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -291,8 +291,7 @@ module.exports = {
291
291
292
292
// https://github.com/gajus/eslint-plugin-flowtype
293
293
'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' ,
296
295
'flowtype/use-flow-type' : 'warn' ,
297
296
} ,
298
297
} ;
Original file line number Diff line number Diff line change 13
13
"peerDependencies" : {
14
14
"babel-eslint" : " ^7.2.3" ,
15
15
"eslint" : " ^4.1.1" ,
16
- "eslint-plugin-flowtype" : " ^2.33.0 " ,
16
+ "eslint-plugin-flowtype" : " ^2.34.1 " ,
17
17
"eslint-plugin-import" : " ^2.2.0" ,
18
18
"eslint-plugin-jsx-a11y" : " ^5.0.3" ,
19
19
"eslint-plugin-react" : " ^7.0.1"
You can’t perform that action at this time.
0 commit comments