mirror of
https://github.com/panr/hugo-theme-terminal.git
synced 2024-11-22 09:35:30 +03:00
10 lines
143 B
JSON
10 lines
143 B
JSON
{
|
|
"extends": [
|
|
"stylelint-config-standard-scss",
|
|
"stylelint-config-prettier-scss"
|
|
],
|
|
"rules": {
|
|
"max-empty-lines": 1
|
|
}
|
|
}
|
|
|