Skip to content

Attributes sort order #13

Closed
HunteX opened this issue Sep 11, 2019 · 2 comments
Closed

Attributes sort order #13

HunteX opened this issue Sep 11, 2019 · 2 comments

Comments

@HunteX
Copy link

HunteX commented Sep 11, 2019

馃殌 Feature request

Attributes sort order

Description

*attr
#attr
attr
[attr]
[(attr)]
(attr)

Example

<div
    *ngIf="predicate"
    #block
    class="classname"
    [model]="model"
    (click)="onClick()"
></div>
@SuperOleg39
Copy link
Contributor

Hi!

Looks like this rule proposal in anbular-eslint can help with attributes sorting?

@splincode
Copy link
Contributor

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

No branches or pull requests

3 participants