-
-
Notifications
You must be signed in to change notification settings - Fork 395
Any way to keep interface property in the same order #151
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
Comments
Hi @RoXuS |
yes, we have a script inside our monorepo. |
oh ok! Do you have an idea of what rules I can override? |
@RoXuS I have the same problem, currently I don't know why this happened :) |
ohhh sorry misunderstanding, ok thx for your job!! |
@RoXuS Do you use |
If |
If |
hum we use eslint but not on our "generated" folder? |
In my case keys were swapped randomly and this couldn't be linter/prettier issue, it was actually unstable OpenAPI output. The solution was to fetch and sort |
Uh oh!
There was an error while loading. Please reload this page.
Hey,
We commit the generated API code to follow change through our stories. It's good but the order of each interface change at each generation.
First generation:
second generation:
There is a way to keep order? Something like alphabetical order?
Thx.
The text was updated successfully, but these errors were encountered: