Skip to content

Commit

Permalink
Merge pull request #1193 from basics/renovate/stylelint-config-standa…
Browse files Browse the repository at this point in the history
…rd-37.x

chore(deps): update devdependency stylelint-config-standard to v37
  • Loading branch information
ThornWalli authored Jan 13, 2025
2 parents aac253a + 79b9ced commit 3f07346
Show file tree
Hide file tree
Showing 3 changed files with 82 additions and 48 deletions.
8 changes: 8 additions & 0 deletions .stylelintrc
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,14 @@
"camelCaseSvgKeywords": true
}
],
"declaration-property-value-no-unknown": [
true,
{
"ignoreProperties": {
"/.+/": "/(vw|em)+/"
}
}
],
"function-no-unknown": [
true,
{
Expand Down
120 changes: 73 additions & 47 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
"read-pkg": "9.0.1",
"serve-static": "1.16.2",
"stylelint-config-recess-order": "5.1.1",
"stylelint-config-standard": "36.0.1",
"stylelint-config-standard": "37.0.0",
"vite-svg-loader": "5.1.0",
"vitepress": "1.5.0",
"vitest": "2.1.8",
Expand Down

0 comments on commit 3f07346

Please sign in to comment.