1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-04-26 13:58:25 -04:00
jarv.is/.stylelintrc.json
2022-01-03 20:13:27 -05:00

11 lines
301 B
JSON

{
"extends": ["stylelint-config-standard-scss", "stylelint-prettier/recommended"],
"plugins": ["stylelint-scss", "stylelint-prettier"],
"rules": {
"color-hex-length": "long",
"no-descending-specificity": null,
"rule-empty-line-before": null,
"selector-class-pattern": null
}
}