2025-03-19 15:11:43 +03:00
|
|
|
{
|
|
|
|
|
"extends": ["stylelint-config-recommended", "stylelint-config-standard", "stylelint-config-tailwindcss"],
|
|
|
|
|
"rules": {
|
|
|
|
|
"color-no-invalid-hex": true,
|
|
|
|
|
"font-family-no-missing-generic-family-keyword": true,
|
|
|
|
|
"unit-no-unknown": true,
|
|
|
|
|
"block-no-empty": true,
|
|
|
|
|
"selector-pseudo-element-no-unknown": true,
|
|
|
|
|
"property-no-unknown": true,
|
|
|
|
|
"declaration-block-no-duplicate-properties": true,
|
|
|
|
|
"no-duplicate-selectors": true,
|
|
|
|
|
"no-empty-source": true,
|
2025-10-15 11:54:21 +03:00
|
|
|
"no-invalid-position-declaration": [true, { "ignoreAtRules": ["starting-style"] }],
|
2025-03-19 15:11:43 +03:00
|
|
|
|
|
|
|
|
"import-notation": null,
|
|
|
|
|
"at-rule-empty-line-before": null,
|
|
|
|
|
"declaration-empty-line-before": null,
|
|
|
|
|
"at-rule-no-unknown": null,
|
|
|
|
|
"comment-no-empty": null,
|
|
|
|
|
"comment-empty-line-before": null,
|
2025-10-15 11:54:21 +03:00
|
|
|
"custom-property-empty-line-before": null,
|
|
|
|
|
"nesting-selector-no-missing-scoping-root": null
|
2025-03-19 15:11:43 +03:00
|
|
|
}
|
|
|
|
|
}
|