Skip to content

Commit

Permalink
stylelint: handle stylelint-scss deprecation
Browse files Browse the repository at this point in the history
stylelint-sccs deprecated at-import-partial-leading-underscore in a
minor version update while stylelint-config-recommended-scss still
enables it causing an error when running stylelint.
  • Loading branch information
jelly authored and martinpitt committed Oct 30, 2023
1 parent 32da391 commit a7443ff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .stylelintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@
"no-duplicate-selectors": null,
"scss/at-extend-no-missing-placeholder": null,
"scss/at-import-partial-extension": null,
"scss/at-import-no-partial-leading-underscore": null,
"scss/load-no-partial-leading-underscore": true,
"scss/at-mixin-pattern": null,
"scss/comment-no-empty": null,
"scss/dollar-variable-pattern": null,
Expand Down

0 comments on commit a7443ff

Please sign in to comment.