This repository has been archived on 2023-08-21. You can view files and clone it, but cannot push or open issues/pull-requests.
|
{
|
|
"extends": "stylelint-config-standard",
|
|
"rules": {
|
|
"declaration-block-trailing-semicolon": "never",
|
|
"function-name-case": null,
|
|
"indentation": 2,
|
|
"no-descending-specificity": null
|
|
}
|
|
}
|