mirror of
https://github.com/WilliamsNY/linter-configs.git
synced 2024-11-12 12:26:40 -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": {
|
||||
"no-descending-specificity": null,
|
||||
|
||||
"block-no-empty": [ true, { "severity": "warning" } ],
|
||||
|
||||
"no-empty-source": null,
|
||||
|
||||
"font-family-no-missing-generic-family-keyword": null,
|
||||
|
|
Loading…
Reference in a new issue