Bauke/tildes-issue-log
Bauke
/
tildes-issue-log
Archived
1
Fork 0
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.
tildes-issue-log/.stylelintrc.json

9 lines
157 B
JSON

{
"extends": "stylelint-config-recommended",
"rules": {
"indentation": 2,
"string-quotes": "single",
"no-descending-specificity": null
}
}