1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-04-27 07:18:26 -04:00
jarv.is/.stylelintrc.json

13 lines
380 B
JSON

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