2020-08-29 16:35:27 +02:00
|
|
|
{
|
|
|
|
"plugins": [
|
|
|
|
"stylelint-prettier"
|
|
|
|
],
|
|
|
|
|
|
|
|
"rules": {
|
2023-02-11 14:41:32 +01:00
|
|
|
"prettier/prettier": true,
|
|
|
|
|
2020-08-29 16:35:27 +02:00
|
|
|
"block-no-empty": true,
|
2021-01-10 14:02:38 +01:00
|
|
|
"length-zero-no-unit": [true, {
|
|
|
|
ignore: ["custom-properties"]
|
|
|
|
}],
|
2021-01-22 14:36:02 +01:00
|
|
|
"shorthand-property-no-redundant-values": true,
|
2020-08-29 16:35:27 +02:00
|
|
|
},
|
|
|
|
}
|