1
Fork 0
userstyles/.stylelintrc.json

9 lines
165 B
JSON
Executable File

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