valaxy/.stylelintrc.json

11 lines
199 B
JSON

{
"extends": [
"stylelint-config-standard-scss",
"stylelint-config-recommended-vue/scss"
],
"rules": {
"no-descending-specificity": null,
"alpha-value-notation": "number"
}
}