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

(Implements #535) Add "ignoreProperties" option to "no-multi-spaces" rule #591

Merged
merged 2 commits into from
Nov 7, 2018

Conversation

michalsnik
Copy link
Member

@michalsnik michalsnik commented Sep 28, 2018

This PR implements proposition from #535

<i
:class="{
'fa-angle-up' : isExpanded,
'fa-angle-down' : !isExpanded,
Copy link
Member

Choose a reason for hiding this comment

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

@michalsnik Hello!
Is the spaces after the colon allowed?

    'fa-angle-up':   isExpanded,
    'fa-angle-down': !isExpanded,

It seems that this case is allowed by option { "Property": true } of core no-multi-spaces rule,
so I think that it will be the same behavior is good.

Copy link
Member Author

Choose a reason for hiding this comment

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

Good catch! I updated the cases and handle this one as well.

@michalsnik michalsnik merged commit b363379 into master Nov 7, 2018
@michalsnik michalsnik deleted the add-exceptions-to-no-multi-spaces branch November 7, 2018 14:57
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