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