Skip to content
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

add prettierrc #262

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

add prettierrc #262

wants to merge 5 commits into from

Conversation

baryon
Copy link
Contributor

@baryon baryon commented Feb 7, 2024

Standardize the code formatting settings for developers to avoid extensive code format changes when using VSCode.

/** name of the contract */
contract: string;
/** md5 of the contract source code */
md5: string;
md5?: string;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is not recommended. If you don't need these fields, you can process the object.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants