Skip to content

Commit

Permalink
chore(deps): bump stylelint and related dependencies (#471)
Browse files Browse the repository at this point in the history
* chore(deps): bump stylelint and related dependencies

* fix: pin postcss package

* fix: pin autoprefixer package

* fix(deps): remove postcss and autoprefixer

postcss and autoprefixer are dynamic dependencies
used by parcel

* Revert "fix(deps): remove postcss and autoprefixer"

This reverts commit f5fc50d.
  • Loading branch information
wass3r authored Nov 3, 2021
1 parent 26a4a02 commit 4939867
Show file tree
Hide file tree
Showing 3 changed files with 11,895 additions and 1,556 deletions.
1 change: 1 addition & 0 deletions .stylelintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -358,6 +358,7 @@ module.exports = {
],
},
],
'scss/comment-no-empty': null,
'scss/selector-no-redundant-nesting-selector': true,
'scss/at-extend-no-missing-placeholder': true,
'color-format/format': {
Expand Down
Loading

0 comments on commit 4939867

Please sign in to comment.