Skip to content

Commit

Permalink
Merge pull request #26 from stylelint-scss/update-dependencies
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
kristerkari committed Oct 25, 2022
2 parents b2e10dc + d774e0f commit 9a78338
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 31 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ module.exports = {
ignoreAtRules: ['if', 'else'],
},
],
'import-notation': 'string',
'scss/at-else-closing-brace-newline-after': 'always-last-in-chain',
'scss/at-else-closing-brace-space-after': 'always-intermediate',
'scss/at-else-empty-line-before': 'never',
Expand Down
62 changes: 34 additions & 28 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
]
},
"dependencies": {
"stylelint-config-recommended-scss": "^7.0.0",
"stylelint-config-standard": "^26.0.0"
"stylelint-config-recommended-scss": "^8.0.0",
"stylelint-config-standard": "^29.0.0"
},
"devDependencies": {
"@stylelint/prettier-config": "^2.0.0",
Expand All @@ -61,6 +61,6 @@
"stylelint": "^14.9.0"
},
"peerDependencies": {
"stylelint": "^14.9.0"
"stylelint": "^14.14.0"
}
}

0 comments on commit 9a78338

Please sign in to comment.