Skip to content

Commit

Permalink
build(deps-dev): install and configure stylelint-order
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbert committed Aug 14, 2021
1 parent b959c98 commit 635d51b
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 7 deletions.
4 changes: 3 additions & 1 deletion .stylelintrc.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"plugins": ["stylelint-scss"],
"plugins": ["stylelint-order", "stylelint-scss"],
"rules": {
"order/order": ["custom-properties", "declarations"],
"order/properties-alphabetical-order": true,
"scss/at-rule-no-unknown": true,
"scss/dollar-variable-default": true,
"scss/dollar-variable-first-in-block": true,
Expand Down
61 changes: 55 additions & 6 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
"style-loader": "2.0.0",
"stylelint": "13.13.1",
"stylelint-config-prettier": "8.0.2",
"stylelint-order": "4.1.0",
"stylelint-scss": "3.20.1",
"ts-dedent": "2.2.0",
"webpack": "4.46.0"
Expand Down

0 comments on commit 635d51b

Please sign in to comment.