Closed lesha1201 closed 1 year ago
@lesha1201 is attempting to deploy a commit to the Aoyue Team on Vercel.
A member of the Team first needs to authorize it.
@1aron How do you format the code? What do you think about adding Prettier?
@1aron How do you format the code? What do you think about adding Prettier?
We now use https://editorconfig.org. The reasons for not using Prettier: https://antfu.me/posts/why-not-prettier
@1aron Formatted the code.
:tada: This PR is included in version 2.0.0-beta.199 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
@lesha1201 Released. Great job 👍🏻
:tada: This PR is included in version 2.0.0-rc.1 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
Noticed in the code that config doesn't work with
override: true
because it passesundefined
instead ofcustomConfig
. This PR makes it possible to useoverride: true
.