1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-04-26 16:28:28 -04:00
jarv.is/.stylelintrc.json
2021-12-30 08:18:41 -05:00

12 lines
333 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
},
"ignoreFiles": ["public/**"]
}