13 lines
253 B
JSON
13 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
|
||
|
}
|
||
|
}
|