{ "plugins": [ "stylelint-prettier" ], "rules": { "prettier/prettier": true, "block-no-empty": true, "declaration-block-no-redundant-longhand-properties": true, "length-zero-no-unit": [true, { ignore: ["custom-properties"] }], "shorthand-property-no-redundant-values": true, }, }