You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
453 B
18 lines
453 B
{
|
|
"extends": ["stylelint-config-standard", "stylelint-config-prettier"],
|
|
"customSyntax": "postcss-less",
|
|
"rules": {
|
|
"selector-class-pattern": null,
|
|
"no-descending-specificity": null,
|
|
"no-duplicate-selectors": null,
|
|
"color-function-notation": null,
|
|
"font-family-no-missing-generic-family-keyword": null,
|
|
"selector-pseudo-class-no-unknown": [
|
|
true,
|
|
{
|
|
"ignorePseudoClasses": ["global"]
|
|
}
|
|
]
|
|
}
|
|
}
|