2021-06-22 13:33:05 +02:00
|
|
|
{
|
2025-06-28 09:55:15 +02:00
|
|
|
"$schema": "https://json.schemastore.org/stylelintrc.json",
|
|
|
|
|
"plugins": ["stylelint-prettier"],
|
|
|
|
|
"extends": ["stylelint-config-standard-less"],
|
2022-01-16 18:44:09 +01:00
|
|
|
"rules": {
|
2025-06-28 09:55:15 +02:00
|
|
|
"at-rule-no-vendor-prefix": null,
|
2026-01-09 11:06:11 +01:00
|
|
|
"at-rule-prelude-no-invalid": null,
|
2022-01-16 18:44:09 +01:00
|
|
|
"declaration-empty-line-before": null,
|
2026-01-09 11:06:11 +01:00
|
|
|
"declaration-property-value-no-unknown": null,
|
2025-01-07 14:34:50 +01:00
|
|
|
"no-invalid-position-at-import-rule": null,
|
2025-06-28 09:55:15 +02:00
|
|
|
"prettier/prettier": true,
|
2025-01-07 14:34:50 +01:00
|
|
|
"property-no-vendor-prefix": null,
|
|
|
|
|
"selector-attribute-quotes": null,
|
2025-06-28 09:55:15 +02:00
|
|
|
"selector-class-pattern": null,
|
2025-01-07 14:34:50 +01:00
|
|
|
"selector-id-pattern": null,
|
2025-06-28 09:55:15 +02:00
|
|
|
"selector-no-vendor-prefix": null,
|
|
|
|
|
"shorthand-property-no-redundant-values": null
|
2022-01-16 18:44:09 +01:00
|
|
|
}
|
2021-06-22 13:33:05 +02:00
|
|
|
}
|