-
Notifications
You must be signed in to change notification settings - Fork 112
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
Discussion: Some PR I would like to make #178
Comments
|
I'll do the jobs by sending PR. I am already working on it. |
Just to confirm: |
And what about this one?
|
I prefer to just format test cases using the same configuration with types and made it 4 space indented, for not mixing different tab widths in a single project.
Migrating to GItHub Actions is also in my plan (but with a low precedence), a PR will be great. |
First of all, I would like to request opening the discussion panel.
And I am planning to submit these pr:
Page
andComponent
)And I like to request this changes:
eslint-config-prettier
to make sure no conflict with eslint)Reason: 4 space indent make the type files hard to read( especially in complex interface), And prettier do have a better wrap lint behavior.
Before:
After:
We are just using a simple type:
Moving to jest can have better test and error output and scope handle(with
describe
andit
)Reasons: More convenient to open action logs. Besides, visiting travis is slow in China.
I am looking forward your opinion towards the 3 changes above. If you thinks those are fine, I will make PRs
And also I wanna know whether it's possible to add generics in apis (I am not sure if it can be done with auto generation) Related request are #138, #177
The text was updated successfully, but these errors were encountered: