hugo-theme-terminal/.stylelintrc.json

13 lines
253 B
JSON
Raw Normal View History

2022-11-13 21:45:10 +00:00
{
"extends": [
"stylelint-config-standard-scss",
"stylelint-config-prettier-scss"
],
"rules": {
2024-08-20 10:11:39 +00:00
"max-empty-lines": 1,
"color-function-notation": null,
"no-descending-specificity": null,
"selector-class-pattern": null
2022-11-13 21:45:10 +00:00
}
}