diff options
| author | 2023-10-30 22:41:40 +0100 | |
|---|---|---|
| committer | 2023-10-30 22:41:40 +0100 | |
| commit | b897bd60b7553368756e7151699bf6a4f4a4f131 (patch) | |
| tree | 0a7f06b2d7c299263a1bea99982fc66663a33987 /package.json | |
| parent | 5ca9101ce86ede176a555e037d13533556a09ab6 (diff) | |
Branch stylelint-config-recommended-scss (#5787)
https://github.com/FreshRSS/FreshRSS/pull/5766#issuecomment-1786042455
While waiting upstream merge https://github.com/stylelint-scss/stylelint-config-recommended-scss/pull/252
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index bc0eaa5e3..21890a38c 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "rtlcss": "^4.1.1", "sass": "^1.69.5", "stylelint": "^15.11.0", - "stylelint-config-recommended-scss": "^13.0.0", + "stylelint-config-recommended-scss": "git+https://github.com/Alkarex/stylelint-config-recommended-scss.git#load-no-partial-leading-underscore", "stylelint-order": "^6.0.3", "stylelint-stylistic": "^0.4.3" }, |
