-
Notifications
You must be signed in to change notification settings - Fork 0
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
Fix/formatRule #386
Fix/formatRule #386
Conversation
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
良さそう!
User description
CI 上の警告を全て解決させた
PR Type
enhancement
Description
Changes walkthrough 📝
42 files
App.vue
Reformat navigation-bar component for better readability
src/App.vue
navigation-bar
component to have each attribute on a newline.
ContestTeams.vue
Reformat list item attributes for clarity
src/components/Contest/ContestTeams.vue
li
element to have each attribute on a new line.EventHostItem.vue
Reformat user-icon component for consistency
src/components/Event/EventHostItem.vue
user-icon
component to have each attribute on a new line.EventItem.vue
Reformat span element for improved readability
src/components/Events/EventItem.vue
span
element to have each attribute on a new line.EventLevelMenu.vue
Reformat div element for better structure
src/components/Events/EventLevelMenu.vue
div
element to have each attribute on a new line.PageInfoPanel.vue
Reformat components for improved readability
src/components/Index/PageInfoPanel.vue
router-link
andicon
components to have each attribute ona new line.
ContentHeader.vue
Reformat elements for better readability
src/components/Layout/ContentHeader.vue
icon
andtemplate
elements to have each attribute on a newline.
PageFooter.vue
Reformat image element for consistency
src/components/Layout/PageFooter.vue
img
element to have each attribute on a new line.PageHeader.vue
Reformat button element for clarity
src/components/Layout/PageHeader.vue
button
element to have each attribute on a new line.NavigationBarFooter.vue
Reformat icon component for consistency
src/components/NavigationBar/NavigationBarFooter.vue
icon
component to have each attribute on a new line.NavigationLinksItem.vue
Reformat icon component for better readability
src/components/NavigationBar/NavigationLinksItem.vue
icon
component to have each attribute on a new line.ProjectMember.vue
Reformat components for improved structure
src/components/Projects/ProjectMember.vue
user-icon
andicon
components to have each attribute on anew line.
BaseButton.vue
Reformat icon component for consistency
src/components/UI/BaseButton.vue
icon
component to have each attribute on a new line.Checkbox.vue
Reformat input element for better readability
src/components/UI/Checkbox.vue
input
element to have each attribute on a new line.ConfirmModal.vue
Reformat dialog element for consistency
src/components/UI/ConfirmModal.vue
dialog
element to have each attribute on a new line.EventTypeAccordion.vue
Reformat base-select component for clarity
src/components/UI/EventTypeAccordion.vue
base-select
component to have each attribute on a newline.
ExternalLink.vue
Reformat icon component for consistency
src/components/UI/ExternalLink.vue
icon
component to have each attribute on a new line.FormInput.vue
Reformat form input elements for clarity
src/components/UI/FormInput.vue
div
andinput
elements to have each attribute on a newline.
FormTextArea.vue
Reformat text area element for consistency
src/components/UI/FormTextArea.vue
div
element to have each attribute on a new line.Icon.vue
Reformat icon component for better readability
src/components/UI/Icon.vue
icon
component to have each attribute on a new line.LinkButton.vue
Reformat icon component for consistency
src/components/UI/LinkButton.vue
icon
component to have each attribute on a new line.MemberInput.vue
Reformat list item for improved readability
src/components/UI/MemberInput.vue
li
element to have each attribute on a new line.RadioButton.vue
Reformat radio button elements for clarity
src/components/UI/RadioButton.vue
input
andspan
elements to have each attribute on a newline.
SearchInput.vue
Reformat search input icon for consistency
src/components/UI/SearchInput.vue
icon
component to have each attribute on a new line.ServiceAccordion.vue
Reformat service accordion for better readability
src/components/UI/ServiceAccordion.vue
base-select
component to have each attribute on a newline.
UserAccounts.vue
Reformat user accounts icon for consistency
src/components/User/UserAccounts.vue
icon
component to have each attribute on a new line.UserProfileDesktop.vue
Reformat user profile desktop components for clarity
src/components/User/UserProfileDesktop.vue
user-icon
andlink-button
components to have eachattribute on a new line.
UserProfileMobile.vue
Reformat user profile mobile components for consistency
src/components/User/UserProfileMobile.vue
user-icon
andlink-button
components to have eachattribute on a new line.
Contest.vue
Reformat contest page elements for better readability
src/pages/Contest.vue
p
anda
elements to have each attribute on a new line.ContestEdit.vue
Reformat contest edit page for consistency
src/pages/ContestEdit.vue
line.
ContestNew.vue
Reformat contest new page for better readability
src/pages/ContestNew.vue
line.
ContestTeamEdit.vue
Reformat contest team edit page for consistency
src/pages/ContestTeamEdit.vue
line.
ContestTeamNew.vue
Reformat contest team new page for better readability
src/pages/ContestTeamNew.vue
line.
Contests.vue
Reformat contests page list items for clarity
src/pages/Contests.vue
li
element to have each attribute on a new line.Events.vue
Reformat events page list items for consistency
src/pages/Events.vue
li
element to have each attribute on a new line.Project.vue
Reformat project page for better readability
src/pages/Project.vue
line.
ProjectNew.vue
Reformat project new page for consistency
src/pages/ProjectNew.vue
line.
Projects.vue
Reformat projects page list items for clarity
src/pages/Projects.vue
li
element to have each attribute on a new line.User.vue
Reformat user page components for better readability
src/pages/User.vue
line.
UserAccountEdit.vue
Reformat user account edit page for consistency
src/pages/UserAccountEdit.vue
line.
UserAccountNew.vue
Reformat user account new page for better readability
src/pages/UserAccountNew.vue
line.
UserAccounts.vue
Reformat user accounts page list items for clarity
src/pages/UserAccounts.vue
li
element to have each attribute on a new line.2 files
eslint.config.js
Update ESLint configuration for HTML formatting
eslint.config.js
.prettierrc
Update Prettier configuration for single attribute per line
.prettierrc
singleAttributePerLine
rule to Prettier configuration.