This repository has been archived on 2023-08-21. You can view files and clone it, but cannot push or open issues/pull-requests.
lolisafe/.stylelintrc.json

10 lines
208 B
JSON

{
"extends": "stylelint-config-standard",
"rules": {
"declaration-block-trailing-semicolon": "never",
"function-name-case": null,
"indentation": 2,
"no-descending-specificity": null
}
}