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

Do not use "/*" in comments #332

Merged
merged 5 commits into from Jul 3, 2019

Conversation

rambleraptor
Copy link
Contributor

sass/linter had a rule about "loud comments" (using /* for comments).

This rule verifies that you are not using /* in comments.

(I'm not sure if loud comments are a known thing, so I can change the rule name)

@rambleraptor
Copy link
Contributor Author

@nex3

src/rules/no-loud-comments/README.md Outdated Show resolved Hide resolved
src/rules/no-loud-comments/__tests__/index.js Outdated Show resolved Hide resolved
src/rules/no-loud-comments/__tests__/index.js Outdated Show resolved Hide resolved
src/rules/no-loud-comments/index.js Outdated Show resolved Hide resolved
src/rules/no-loud-comments/index.js Outdated Show resolved Hide resolved
src/rules/no-loud-comments/__tests__/index.js Outdated Show resolved Hide resolved
src/rules/no-loud-comments/README.md Outdated Show resolved Hide resolved
@kristerkari kristerkari merged commit 925b5a8 into stylelint-scss:master Jul 3, 2019
@kristerkari
Copy link
Collaborator

Thanks, released in 3.9.0:
https://github.com/kristerkari/stylelint-scss/releases/tag/3.9.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