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

Add back stylistic rules removed in v10 #331

Merged
merged 9 commits into from
May 25, 2024
Merged

Conversation

bjankord
Copy link
Owner

@bjankord bjankord commented May 25, 2024

TODOs

  • Document all added @Stylistic rules in README.md
  • Update CHANGELOG.md

@@ -40,17 +43,6 @@ module.exports = {
"ignore": ["after-comment"]
}
],
"scss/at-extend-no-missing-placeholder": true,
Copy link
Owner Author

Choose a reason for hiding this comment

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

All these rules stayed in the config, I've just moved them below the @Stylistic rules

@@ -65,6 +57,35 @@ module.exports = {
"selector-pseudo-element-colon-notation": "double",
"selector-pseudo-element-no-unknown": true,
"shorthand-property-no-redundant-values": true,
"value-no-vendor-prefix": true
Copy link
Owner Author

Choose a reason for hiding this comment

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

Moved this rule before the @Stylistic rules

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.

1 participant