Skip to content

Commit

Permalink
Update dependencies (#141)
Browse files Browse the repository at this point in the history
* Update dependencies

* Adds new rule @stylistic/named-grid-areas-alignment
  • Loading branch information
nikolai-shabalin authored Feb 19, 2024
1 parent b777694 commit 9edb41d
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 21 deletions.
3 changes: 2 additions & 1 deletion .stylelintrc
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,7 @@
"@stylistic/value-list-comma-newline-before": "never-multi-line",
"@stylistic/value-list-comma-space-after": "always-single-line",
"@stylistic/value-list-comma-space-before": "never",
"@stylistic/value-list-max-empty-lines": 0
"@stylistic/value-list-max-empty-lines": 0,
"@stylistic/named-grid-areas-alignment": true
}
}
34 changes: 17 additions & 17 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 @@ -11,7 +11,7 @@
"node": ">=18.12.0"
},
"dependencies": {
"@stylistic/stylelint-plugin": "2.0.0",
"@stylistic/stylelint-plugin": "2.1.0",
"postcss-less": "6.0.0",
"postcss-scss": "4.0.9"
},
Expand Down Expand Up @@ -41,8 +41,8 @@
"postpublish": "git push origin --all && git push origin --tags"
},
"devDependencies": {
"@htmlacademy/editorconfig-cli": "2.0.8",
"husky": "9.0.10",
"@htmlacademy/editorconfig-cli": "2.0.9",
"husky": "9.0.11",
"stylelint": "16.2.1"
},
"keywords": [
Expand Down

0 comments on commit 9edb41d

Please sign in to comment.