Skip to content

Commit

Permalink
package.json: update stylelint dependencies and remove deprecated rule
Browse files Browse the repository at this point in the history
  • Loading branch information
goapunk committed Jun 26, 2024
1 parent d9b5895 commit 24b700a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
1 change: 0 additions & 1 deletion .stylelintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
"scss/no-global-function-names": null,

"scss/dollar-variable-pattern": "^([a-z][a-z0-9]*)((-|--|_|__)[a-z0-9]+)*$",
"declaration-colon-newline-after": null,
"scss/at-extend-no-missing-placeholder": null,
"alpha-value-notation": null,
"color-function-notation": null,
Expand Down
3 changes: 3 additions & 0 deletions changelog/_0004.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
### Removed

- deprecated stylelint rules (15.x)
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
"postcss": "8.4.38",
"postcss-scss": "4.0.9",
"stylelint": "16.6.1",
"stylelint-config-standard": "33.0.0",
"stylelint-config-standard-scss": "9.0.0",
"stylelint-config-standard": "36.0.1",
"stylelint-config-standard-scss": "13.1.0",
"stylelint-declaration-strict-value": "1.10.4",
"webpack-cli": "5.1.4"
},
Expand Down

0 comments on commit 24b700a

Please sign in to comment.