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