pleroma-fe/.stylelintrc.json
floatingghost 105b934f90 Only reload user if it _is_ a user ()
Ref 

Co-authored-by: FloatingGhost <hannah@coffee-and-dreams.uk>
Reviewed-on: 
2022-11-22 14:40:25 +00:00

13 lines
298 B
JSON

{
"extends": [
"stylelint-config-recommended-vue/scss",
"stylelint-config-recommended",
"stylelint-config-standard"
],
"customSyntax": "postcss-scss",
"rules": {
"declaration-no-important": true,
"selector-class-pattern": null,
"custom-property-pattern": null
}
}