mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Merge pull request #3109 from jellyfin/dependabot/npm_and_yarn/stylelint-and-stylelint-order-and-stylelint-scss-14.0.1
This commit is contained in:
commit
1679f9d2ad
4 changed files with 240 additions and 657 deletions
|
@ -59,7 +59,6 @@
|
||||||
"declaration-colon-space-after": "always-single-line",
|
"declaration-colon-space-after": "always-single-line",
|
||||||
"declaration-colon-space-before": "never",
|
"declaration-colon-space-before": "never",
|
||||||
"font-family-no-duplicate-names": true,
|
"font-family-no-duplicate-names": true,
|
||||||
"function-calc-no-invalid": true,
|
|
||||||
"function-calc-no-unspaced-operator": true,
|
"function-calc-no-unspaced-operator": true,
|
||||||
"function-comma-newline-after": "always-multi-line",
|
"function-comma-newline-after": "always-multi-line",
|
||||||
"function-comma-space-after": "always-single-line",
|
"function-comma-space-after": "always-single-line",
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
{
|
{
|
||||||
"extends": [ "./.stylelintrc.json" ],
|
"extends": [ "./.stylelintrc.json" ],
|
||||||
|
"customSyntax": "postcss-scss",
|
||||||
"plugins": [ "stylelint-scss" ],
|
"plugins": [ "stylelint-scss" ],
|
||||||
"rules": {
|
"rules": {
|
||||||
"at-rule-no-unknown": null,
|
"at-rule-no-unknown": null,
|
||||||
|
|
888
package-lock.json
generated
888
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -39,15 +39,16 @@
|
||||||
"postcss": "^8.3.11",
|
"postcss": "^8.3.11",
|
||||||
"postcss-loader": "^6.2.0",
|
"postcss-loader": "^6.2.0",
|
||||||
"postcss-preset-env": "^6.7.0",
|
"postcss-preset-env": "^6.7.0",
|
||||||
|
"postcss-scss": "^4.0.1",
|
||||||
"sass": "^1.43.3",
|
"sass": "^1.43.3",
|
||||||
"sass-loader": "^12.2.0",
|
"sass-loader": "^12.2.0",
|
||||||
"source-map-loader": "^3.0.0",
|
"source-map-loader": "^3.0.0",
|
||||||
"style-loader": "^3.3.1",
|
"style-loader": "^3.3.1",
|
||||||
"stylelint": "^13.13.1",
|
"stylelint": "^14.0.1",
|
||||||
"stylelint-config-rational-order": "^0.1.2",
|
"stylelint-config-rational-order": "^0.1.2",
|
||||||
"stylelint-no-browser-hacks": "^1.2.1",
|
"stylelint-no-browser-hacks": "^1.2.1",
|
||||||
"stylelint-order": "^4.1.0",
|
"stylelint-order": "^5.0.0",
|
||||||
"stylelint-scss": "^3.21.0",
|
"stylelint-scss": "^4.0.0",
|
||||||
"ts-loader": "^9.2.6",
|
"ts-loader": "^9.2.6",
|
||||||
"typescript": "^4.4.4",
|
"typescript": "^4.4.4",
|
||||||
"webpack": "^5.60.0",
|
"webpack": "^5.60.0",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue