mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-11-26 03:21:05 +00:00
Use null to invalidate rules
This commit is contained in:
parent
02feb0d594
commit
a9b88c0796
1 changed files with 3 additions and 3 deletions
|
@ -13,8 +13,8 @@ module.exports = {
|
||||||
"declarations"
|
"declarations"
|
||||||
],
|
],
|
||||||
"indentation": 4,
|
"indentation": 4,
|
||||||
"property-no-vendor-prefix": false,
|
"property-no-vendor-prefix": null,
|
||||||
"color-function-notation": false,
|
"color-function-notation": null,
|
||||||
"declaration-block-no-redundant-longhand-properties": false,
|
"declaration-block-no-redundant-longhand-properties": null,
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue