Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump stylelint-config-sass-guidelines from 9.0.1 to 10.0.0 #698

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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