Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

⭐️attributes-order: Allow customize order for specific attribute #819

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

Closed
gzzhanghao wants to merge 4 commits into vuejs:master from gzzhanghao:patch-1
Closed

Conversation

Copy link

@gzzhanghao gzzhanghao commented Feb 15, 2019

This PR allow customize order for specific attributes.

e.g. place class before other attributes:

{
 "vue/attributes-order": ["error", {
 "order": [
 ["class", ":class"],
 // ...DEFAULT_ORDERS
 ]
 }]
}

dorseth, bbugh, jcegiel, and Muratovnik reacted with thumbs up emoji
@gzzhanghao gzzhanghao changed the title (削除) ⭐️New: allow customize order for specific attribute (削除ここまで) (追記) ⭐️attributes-order: Allow customize order for specific attribute (追記ここまで) Feb 15, 2019
@gzzhanghao gzzhanghao marked this pull request as ready for review February 15, 2019 17:22
Copy link
Contributor

@armano2 armano2 left a comment
edited
Loading

Choose a reason for hiding this comment

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

I left note about test case, and we should indicate those changes in documentation.

Copy link
Member

This PR seems to be out of date, so I close this PR.
You can update the docs, rebase and reopen this PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Reviewers
1 more reviewer

@armano2 armano2 armano2 requested changes

Reviewers whose approvals may not affect merge requirements
Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

AltStyle によって変換されたページ (->オリジナル) /