mirror of
https://github.com/WilliamsNY/linter-configs.git
synced 2024-11-21 23:52:31 -05:00
Make block-no-empty a warning
This commit is contained in:
parent
0de79aae69
commit
cfdecd2c7c
1 changed files with 2 additions and 0 deletions
|
@ -11,6 +11,8 @@
|
||||||
"rules": {
|
"rules": {
|
||||||
"no-descending-specificity": null,
|
"no-descending-specificity": null,
|
||||||
|
|
||||||
|
"block-no-empty": [ true, { "severity": "warning" } ],
|
||||||
|
|
||||||
"no-empty-source": null,
|
"no-empty-source": null,
|
||||||
|
|
||||||
"font-family-no-missing-generic-family-keyword": null,
|
"font-family-no-missing-generic-family-keyword": null,
|
||||||
|
|
Loading…
Reference in a new issue