Use null to invalidate rules

This commit is contained in:
Mouse Reeve 2022-01-07 14:18:41 -08:00
parent 02feb0d594
commit a9b88c0796

View file

@ -13,8 +13,8 @@ module.exports = {
"declarations"
],
"indentation": 4,
"property-no-vendor-prefix": false,
"color-function-notation": false,
"declaration-block-no-redundant-longhand-properties": false,
"property-no-vendor-prefix": null,
"color-function-notation": null,
"declaration-block-no-redundant-longhand-properties": null,
}
};