Subida del módulo y tema de PrestaShop

This commit is contained in:
Kaloyan
2026-04-09 18:31:51 +02:00
parent 12c253296f
commit 16b3ff9424
39262 changed files with 7418797 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
{
"extends": [
"stylelint-config-prestashop"
],
"customSyntax": "postcss-scss",
"rules": {
"declaration-colon-newline-after": null,
"function-disallowed-list": null,
"property-disallowed-list": null,
"selector-class-pattern": null,
"selector-id-pattern": null,
"selector-max-class": null,
"selector-max-combinators": null,
"selector-max-compound-selectors": null,
"selector-max-id": null,
"selector-max-type": null,
"selector-no-qualifying-type": null,
"value-list-comma-newline-after": null,
"value-list-comma-space-after": null,
"scss/dollar-variable-default": null,
"scss/operator-no-newline-after": null,
"scss/percent-placeholder-pattern": null
}
}