-
Notifications
You must be signed in to change notification settings - Fork 1
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
typeorm-typescript/enforce-relation-types, support "Relation<Other>" #17
Comments
Thank you for the issue, there is already an ongoing PR in the form of #16 about adding a relation wrapper. I didn't have time so far to look over the implementation but I will try to do it in the following days. |
It turned out to be a smaller change than expected, I added this in #18. Feel free to test it and I'll put out a new patch version in the following days. |
Thanks for testing! As for the order of the wrapper, I've chosen somewhat arbitrarily I tried with For |
I merged the wrapper configuration in #18 with this setup. If you have any more issues feel free to reopen. |
Hello!
Can u add support for this case:
typeorm/typeorm#4526 (comment)
This is the correct description of the column, but the linter reports an error:
Thank you for your work!
The text was updated successfully, but these errors were encountered: