Skip to content

Commit

Permalink
fix: Pin stylelint version until stylistic rules plugin is fixed. (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbatiste authored Jul 5, 2023
1 parent 39ba288 commit a7a5d13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@stylelint/postcss-css-in-js": "^0.38",
"postcss-html": "^1",
"postcss-syntax": "^0.36",
"stylelint": "^15",
"stylelint": "15.9.0",
"stylelint-config-recommended": "^13",
"stylelint-order": "^6",
"stylelint-stylistic": "^0.4"
Expand Down

0 comments on commit a7a5d13

Please sign in to comment.