We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05fb04b commit 40615bdCopy full SHA for 40615bd
packages/eslint-config-react-app/index.js
@@ -291,8 +291,7 @@ module.exports = {
291
292
// https://github.com/gajus/eslint-plugin-flowtype
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',
+ 'flowtype/require-valid-file-annotation': 'warn',
296
'flowtype/use-flow-type': 'warn',
297
},
298
};
packages/eslint-config-react-app/package.json
@@ -13,7 +13,7 @@
13
"peerDependencies": {
14
"babel-eslint": "^7.2.3",
15
"eslint": "^4.1.1",
16
- "eslint-plugin-flowtype": "^2.33.0",
+ "eslint-plugin-flowtype": "^2.34.1",
17
"eslint-plugin-import": "^2.2.0",
18
"eslint-plugin-jsx-a11y": "^5.0.3",
19
"eslint-plugin-react": "^7.0.1"
0 commit comments