sadium/themes/hugo-theme-terminal/.stylelintrc.json
2023-12-13 21:47:26 +03:00

10 lines
143 B
JSON

{
"extends": [
"stylelint-config-standard-scss",
"stylelint-config-prettier-scss"
],
"rules": {
"max-empty-lines": 1
}
}