Skip to content

chore: remove empty line in vue option api #1210

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

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

Conversation

shengxinjing
Copy link
Contributor

@shengxinjing shengxinjing commented Jun 29, 2023

Description

remove empty line in vue option api

Add a short description of:

  • what changes you made,
  • why you made them, and
  • any other context that you think might be helpful for someone to better understand what is contained in this pull request.

This sort of information is useful for people reviewing the code, as well as anyone from the future trying to understand why changes were made or why a bug started happening.

@shengxinjing shengxinjing requested a review from samijaber as a code owner June 29, 2023 09:45
@vercel
Copy link

vercel bot commented Jun 29, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
mitosis-fiddle ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 11, 2023 6:08am

@nx-cloud
Copy link

nx-cloud bot commented Jun 29, 2023

☁️ Nx Cloud Report

CI is running/has finished running commands for commit 2453c34. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.

📂 See all runs for this branch


✅ Successfully ran 4 targets

Sent with 💌 from NxCloud.

@@ -179,7 +179,7 @@ export function generateOptionsApiScript(
}
return `${str},`;
};

// prettier-ignore
Copy link
Contributor

Choose a reason for hiding this comment

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

Can you make this PR work without needing this prettier-ignore? It's going to cause issues keeping code consistent down the line

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Prettier changes spaces and line breaks, which affects the final code formatting, hence the disabled setting.

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