Skip to content

Commit

Permalink
Merge pull request #171 from showbie/SOC-3505/update-stylelint-config…
Browse files Browse the repository at this point in the history
…-property-sort-order-smacss-6-3-0-to-fix-npm-warn-ebadengine

oops wrong rule
  • Loading branch information
RobinPayne committed Dec 19, 2023
2 parents b465f43 + 72c19f1 commit b6b551e
Show file tree
Hide file tree
Showing 4 changed files with 2,420 additions and 1,255 deletions.
5 changes: 5 additions & 0 deletions .changeset/rich-bears-lie.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@showbie/stylelint-config': patch
---

Accidentally included some rules that were wrong
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ module.exports = {
'stylelint-config-property-sort-order-smacss',
],
rules: {
' alpha-value-notation': null,
'function-parentheses-newline-inside': 'always-multi-line',
'function-parentheses-space-inside': 'never-single-line',
'selector-class-pattern': ['^[a-z0-9\\-_]+$'],
Expand Down
Loading

0 comments on commit b6b551e

Please sign in to comment.