Make block-no-empty a warning

This commit is contained in:
Kevin MacMartin 2024-04-25 17:08:47 -04:00
parent 0de79aae69
commit cfdecd2c7c
1 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,8 @@
"rules": {
"no-descending-specificity": null,
"block-no-empty": [ true, { "severity": "warning" } ],
"no-empty-source": null,
"font-family-no-missing-generic-family-keyword": null,