-
-
Notifications
You must be signed in to change notification settings - Fork 153
New issue
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
flowtype/sort-keys throws TypeError when handling interface types with method signatures with return types #455
Closed
sompylasar opened this issue
Nov 6, 2020
· 1 comment
· Fixed by #459, simrobin/simrobin.fr#283, aws/aws-northstar#127, openlattice/redux-reqseq#425 or dlavrenuek/react-debounced#83
Closed
flowtype/sort-keys throws TypeError when handling interface types with method signatures with return types #455
sompylasar opened this issue
Nov 6, 2020
· 1 comment
· Fixed by #459, simrobin/simrobin.fr#283, aws/aws-northstar#127, openlattice/redux-reqseq#425 or dlavrenuek/react-debounced#83
Comments
gajus
pushed a commit
that referenced
this issue
Feb 18, 2021
* fix: annotate fixable rules ...and fix a few lint errors The latest version of ESLint RuleTester has a hard requirement that all fixable rules declare `meta.fixable`. I was going to work on an issue, but this was blocking all tests after doing a fresh npm install. * fix: [sort-keys] handle method signatures Fixes #455
🎉 This issue has been resolved in version 5.2.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
This was referenced Mar 15, 2021
Closed
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Minimal repro on CodeSandbox Node.js: https://codesandbox.io/s/compassionate-hooks-3zp3w?file=/src/index.js:530-590
The text was updated successfully, but these errors were encountered: