Skip to content

Commit

Permalink
chore(deps): bump stylelint-config-sass-guidelines from 9.0.1 to 10.0…
Browse files Browse the repository at this point in the history
….0 (#698)
  • Loading branch information
dependabot[bot] authored Jul 5, 2023
1 parent 9d6ccbb commit 4750720
Show file tree
Hide file tree
Showing 3 changed files with 58 additions and 36 deletions.
86 changes: 51 additions & 35 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion packages/stylelint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,10 @@
"dependencies": {
"stylelint-config-css-modules": "^4.2.0",
"stylelint-config-prettier": "^9.0.5",
"stylelint-config-sass-guidelines": "^9.0.1",
"stylelint-config-sass-guidelines": "^10.0.0",
"stylelint-config-standard": "^29.0.0",
"stylelint-config-standard-scss": "^6.1.0",
"stylelint-order": "^6.0.3",
"stylelint-prettier": "^2.0.0"
},
"peerDependencies": {
Expand Down
5 changes: 5 additions & 0 deletions packages/stylelint-config/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ module.exports = {
'stylelint-config-prettier',
'stylelint-prettier/recommended',
],
plugins: [
// Enable ordering rules for content within declaration blocks.
'stylelint-order',
],
rules: {
// Until we migrate *all* our repos away from legacy node-sass to dart sass,
// we must continue defining alpha values with decimal numbers. Node-sass
Expand Down Expand Up @@ -107,6 +111,7 @@ module.exports = {
'rules',
],
],
'order/properties-alphabetical-order': true,

// Custom regex of ReadMe's current BEM selector class pattern.
'selector-class-pattern': [
Expand Down

0 comments on commit 4750720

Please sign in to comment.