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

Lint rule to check for unquote() receiving an unquoted string #326

Merged
merged 3 commits into from May 31, 2019

Conversation

rambleraptor
Copy link
Contributor

The sass/linter repo has a suggestion for a rule that would alert users using unquote on an already unquoted string.

This rules finds unnecessary calls to unquote() and removes the call to unquote() if autofixing is enabled.

(This is very much in line with #324)

@rambleraptor
Copy link
Contributor Author

@nex3 for your context

Copy link
Collaborator

@kristerkari kristerkari left a comment

Choose a reason for hiding this comment

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

Thanks! Looks good

@kristerkari kristerkari merged commit 4d6b887 into stylelint-scss:master May 31, 2019
@kristerkari
Copy link
Collaborator

Released in v3.8.0

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

Successfully merging this pull request may close these issues.

None yet

2 participants