1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-03-05 13:20:20 -05:00

Fix stylelint runs by pinning string-width to a non ESM-only version

Add `inset` to stylelintrc
This commit is contained in:
Benjamin Staneck
2023-05-02 00:48:49 +02:00
committed by Mark McDowall
parent d79f42351f
commit 6a49f3989a
4 changed files with 6 additions and 21 deletions

View File

@@ -147,6 +147,9 @@
"webpack-livereload-plugin": "3.0.2",
"worker-loader": "3.0.8"
},
"resolutions": {
"string-width": "4.2.3"
},
"volta": {
"node": "16.17.0",
"yarn": "1.22.19"