mirror of
https://github.com/panr/hugo-theme-terminal.git
synced 2024-11-21 17:15:27 +03:00
12 lines
253 B
JSON
12 lines
253 B
JSON
{
|
|
"extends": [
|
|
"stylelint-config-standard-scss",
|
|
"stylelint-config-prettier-scss"
|
|
],
|
|
"rules": {
|
|
"max-empty-lines": 1,
|
|
"color-function-notation": null,
|
|
"no-descending-specificity": null,
|
|
"selector-class-pattern": null
|
|
}
|
|
}
|