Browse Source

Update stylelint to 13.13.1 (was 12.0.1)

merge-requests/173/head
Andrew Shu 3 months ago
parent
commit
a9ec9788bc
  1. 3547
      tildes/package-lock.json
  2. 6
      tildes/package.json

3547
tildes/package-lock.json
File diff suppressed because it is too large
View File

6
tildes/package.json

@ -14,7 +14,7 @@
"eslint-config-prettier": "^10.1.8", "eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.4", "eslint-plugin-prettier": "^5.5.4",
"prettier": "^3.6.2", "prettier": "^3.6.2",
"stylelint": "^12.0.1",
"stylelint": "^13.13.1",
"stylelint-scss": "^3.6.0" "stylelint-scss": "^3.6.0"
}, },
"type": "module", "type": "module",
@ -93,7 +93,7 @@
"function-parentheses-newline-inside": "always-multi-line", "function-parentheses-newline-inside": "always-multi-line",
"function-parentheses-space-inside": "never-single-line", "function-parentheses-space-inside": "never-single-line",
"function-url-quotes": "always", "function-url-quotes": "always",
"function-url-scheme-whitelist": "https",
"function-url-scheme-allowed-list": "https",
"function-whitespace-after": "always", "function-whitespace-after": "always",
"indentation": 2, "indentation": 2,
"length-zero-no-unit": true, "length-zero-no-unit": true,
@ -153,7 +153,7 @@
"string-quotes": "double", "string-quotes": "double",
"unit-case": "lower", "unit-case": "lower",
"unit-no-unknown": true, "unit-no-unknown": true,
"unit-whitelist": [
"unit-allowed-list": [
"%", "%",
"fr", "fr",
"px", "px",

Loading…
Cancel
Save