css linting

This commit is contained in:
Kendall Werts
2020-02-20 14:39:54 -06:00
parent 4f1e49bf69
commit a7f62b13fa
4 changed files with 135 additions and 92 deletions
+5
View File
@@ -10,6 +10,11 @@
"rules": {
"declaration-block-no-duplicate-properties": true,
"order/declaration-block-properties-alphabetical-order": true,
"property-no-unknown": [
true, {
ignoreProperties:
["inset-block-end", "inset-block-start"]
}],
"property-blacklist": [
"/(min[-]|max[-])height/",
"/width/",