Skip to content

Commit

Permalink
Chore(stylelint-config): Add stylelint as a peer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
literat committed Jul 4, 2024
1 parent 5f04090 commit e8a50d9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions configs/stylelint-config-spirit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@
},
"type": "commonjs",
"main": "./index.js",
"peerDependencies": {
"stylelint": "^15.11.0"
},
"dependencies": {
"@lmc-eu/stylelint-config": "8.0.0",
"stylelint": "15.11.0",
Expand Down
2 changes: 2 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -25739,6 +25739,8 @@ __metadata:
stylelint: "npm:15.11.0"
stylelint-config-prettier: "npm:9.0.5"
stylelint-order: "npm:6.0.4"
peerDependencies:
stylelint: ^15.11.0
languageName: unknown
linkType: soft

Expand Down

0 comments on commit e8a50d9

Please sign in to comment.