Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
With rule
"flowtype/require-exact-type": [ 2, "always" ]
The following code
type A = { a: string, ... }
Becomes
type A = {| a: string, ... |}
Which is incorrect.
"eslint-plugin-flowtype": "^4.7.0",
The text was updated successfully, but these errors were encountered:
Should be a simple fix and a good first PR.
Sorry, something went wrong.
4238464
🎉 This issue has been resolved in version 5.0.1 🎉
The release is available on:
Your semantic-release bot 📦🚀
No branches or pull requests
With rule
The following code
Becomes
Which is incorrect.
"eslint-plugin-flowtype": "^4.7.0",
The text was updated successfully, but these errors were encountered: