1
Fork 0
userstyles/.stylelintrc.json

12 lines
198 B
JSON
Executable File

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