1
Fork 0
userstyles/.stylelintrc.json

21 lines
337 B
JSON
Executable File

{
"extends": "stylelint-config-recommended",
"plugins": [
"stylelint-scss"
],
"rules": {
"at-rule-no-unknown": [
true,
{
"ignoreAtRules": [
"include",
"mixin"
]
}
],
"indentation": 2,
"string-quotes": "single",
"no-descending-specificity": null
}
}