Skip to content

Commit

Permalink
feat: update stylelint
Browse files Browse the repository at this point in the history
  • Loading branch information
mlmoravek committed Aug 26, 2024
1 parent 0a54d61 commit 6419b07
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .stylelintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ module.exports = {
],
rules: {
"scss/at-extend-no-missing-placeholder": null,
"scss/operator-no-newline-after": [true, { "severity": "warning" }],
"no-duplicate-selectors": [true, { "severity": "warning" }],
"no-descending-specificity": [true, { "severity": "warning" }],
"rule-empty-line-before": ["always", {
Expand Down

0 comments on commit 6419b07

Please sign in to comment.