mirror of
https://github.com/Mastermindzh/tidal-hifi.git
synced 2024-11-21 21:13:00 +01:00
13 lines
242 B
JSON
13 lines
242 B
JSON
{
|
|
"plugins": [
|
|
"stylelint-prettier"
|
|
],
|
|
"extends": [
|
|
"stylelint-config-standard-scss"
|
|
],
|
|
"rules": {
|
|
"prettier/prettier": true,
|
|
"scss/at-extend-no-missing-placeholder": null,
|
|
"no-descending-specificity": null
|
|
}
|
|
} |