{ "plugins": [ "stylelint-prettier" ], "rules": { "prettier/prettier": true, "alpha-value-notation": "number", "block-no-empty": true, "color-function-notation": "modern", "color-hex-length": "short", "color-no-invalid-hex": true, "declaration-block-no-duplicate-properties": true, "declaration-block-no-redundant-longhand-properties": true, "length-zero-no-unit": [true, { "ignore": ["custom-properties"] }], "selector-pseudo-element-colon-notation": "double", "shorthand-property-no-redundant-values": true } }