15 lines
155 B
Plaintext
15 lines
155 B
Plaintext
|
{
|
||
|
"plugins": [
|
||
|
"stylelint-prettier"
|
||
|
],
|
||
|
|
||
|
"extends": [
|
||
|
"stylelint-prettier/recommended"
|
||
|
],
|
||
|
|
||
|
|
||
|
"rules": {
|
||
|
"block-no-empty": true,
|
||
|
},
|
||
|
}
|