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

Update workspace #251

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open

Update workspace #251

wants to merge 6 commits into from

Conversation

Qsppl
Copy link
Contributor

@Qsppl Qsppl commented Apr 8, 2024

I have enabled source code formatting to match the code style for VSCode.
Try Alt+Shift+F or Format file in the context menu, but don't forget to install the npm packages first.

Copy link

codesandbox-ci bot commented Apr 8, 2024

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

@coveralls
Copy link

coveralls commented Apr 8, 2024

Coverage Status

coverage: 99.955%. remained the same
when pulling ffd5e48 on Qsppl:update-workspace
into 429ec6f on hybridsjs:main.

"trailingComma": "all"
"trailingComma": "all",
"editorconfig": true,
"printWidth": 160
Copy link
Contributor

Choose a reason for hiding this comment

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

This is a styling change, not additional metadata, which is suppose to help users using some editors. Please remove that change.

@@ -0,0 +1,12 @@
# EditorConfig is awesome: https://EditorConfig.org
Copy link
Contributor

Choose a reason for hiding this comment

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

This is essentially not required at all, as the prettier does the job. You just need to enable it in your editor. I would rather add a suggestion for adding a prettier plugin for vs code (esbenp.prettier-vscode)

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

Successfully merging this pull request may close these issues.

None yet

3 participants