File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
packages/eslint-config-react-app Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff 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} ;
Original file line number Diff line number Diff line change 1313 "peerDependencies" : {
1414 "babel-eslint" : " ^7.2.3" ,
1515 "eslint" : " ^4.1.1" ,
16- "eslint-plugin-flowtype" : " ^2.33.0 " ,
16+ "eslint-plugin-flowtype" : " ^2.34.1 " ,
1717 "eslint-plugin-import" : " ^2.2.0" ,
1818 "eslint-plugin-jsx-a11y" : " ^5.0.3" ,
1919 "eslint-plugin-react" : " ^7.0.1"
You can’t perform that action at this time.
0 commit comments