overleaf-server-arm/services/web/.stylelintrc.json
2025-04-24 13:11:28 +08:00

11 lines
317 B
JSON

{
"extends": ["stylelint-config-standard-scss"],
"rules": {
"function-url-quotes": null,
"no-descending-specificity": null,
"scss/at-extend-no-missing-placeholder": null,
"scss/operator-no-newline-after": null,
"property-no-vendor-prefix": [true, { "ignoreProperties": ["mask-image"] }]
}
}