This repository has been archived on 2022-10-04. You can view files and clone it, but cannot push or open issues or pull requests.
|
{
|
|
"extends": "stylelint-config-recommended",
|
|
"rules": {
|
|
"indentation": 2,
|
|
"string-quotes": "single",
|
|
"no-descending-specificity": null
|
|
}
|
|
}
|