Commit 664b7651 authored by Oskar Köök's avatar Oskar Köök Committed by Joe Haddad
Browse files

Re-enable flowtype warning (#2718)

* Re-enable flowtype warning

* Update eslint-plugin-flowtype dependency
parent b643f571
3 merge requests!12191Lim.Pisey.168:/Identified - We are currently investigating reports of missing build logs. The issue has been identified and a resolution is in progress. We will provide a further update when available.Mar 21, 09:02 UTC,!12853brikk,!5717Automatically extract project file structure from build bundle file
Showing with 2 additions and 3 deletions
+2 -3
...@@ -291,8 +291,7 @@ module.exports = { ...@@ -291,8 +291,7 @@ module.exports = {
// https://github.com/gajus/eslint-plugin-flowtype // https://github.com/gajus/eslint-plugin-flowtype
'flowtype/define-flow-type': 'warn', 'flowtype/define-flow-type': 'warn',
// TODO: Reenable once https://github.com/gajus/eslint-plugin-flowtype/issues/165 is fixed 'flowtype/require-valid-file-annotation': 'warn',
//'flowtype/require-valid-file-annotation': 'warn',
'flowtype/use-flow-type': 'warn', 'flowtype/use-flow-type': 'warn',
}, },
}; };
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
"peerDependencies": { "peerDependencies": {
"babel-eslint": "^7.2.3", "babel-eslint": "^7.2.3",
"eslint": "^4.1.1", "eslint": "^4.1.1",
"eslint-plugin-flowtype": "^2.33.0", "eslint-plugin-flowtype": "^2.34.1",
"eslint-plugin-import": "^2.2.0", "eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^5.0.3", "eslint-plugin-jsx-a11y": "^5.0.3",
"eslint-plugin-react": "^7.0.1" "eslint-plugin-react": "^7.0.1"
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment