Skip to content

Commit

Permalink
Lock stylelint at ^15 for now
Browse files Browse the repository at this point in the history
The `stylelint-declaration-strict-value` plugin does not yet work with
stylelint 16. Lock our dependency at stylelint ^15 for the time being
as a workaround.
  • Loading branch information
mattbrictson committed Dec 9, 2023
1 parent 085ccd0 commit 68bf958
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/nextgen/generators/stylelint.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
say_git "Install stylelint"
add_yarn_packages(
"stylelint",
"stylelint-config-standard",
"stylelint@^15",
"stylelint-config-standard@^34",
"stylelint-declaration-strict-value",
"stylelint-prettier",
"prettier",
Expand Down

0 comments on commit 68bf958

Please sign in to comment.