Skip to content

Commit

Permalink
chore(deps): update dependency stylelint-config-standard to v37 (#2457)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency stylelint-config-standard to v37

* style: ignore apply at rule as it is used by tailwind

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Justin Obara <obara.justin@gmail.com>
  • Loading branch information
renovate[bot] and jobara authored Jan 13, 2025
1 parent 908173a commit bc2f158
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 18 deletions.
6 changes: 6 additions & 0 deletions .stylelintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@
"ignore": ["consecutive-duplicates-with-different-values"]
}
],
"at-rule-no-deprecated": [
true,
{
"ignoreAtRules": ["apply"]
}
],
"at-rule-no-unknown": [
true,
{
Expand Down
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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"postcss-logical": "^8.0.0",
"prettier": "^3.2.5",
"stylelint": "^16.6.1",
"stylelint-config-standard": "^36.0.0",
"stylelint-config-standard": "^37.0.0",
"stylelint-order": "^6.0.4",
"stylelint-plugin-logical-css": "^1.2.0",
"tailwindcss": "^3.4.1",
Expand Down

0 comments on commit bc2f158

Please sign in to comment.