Disable block-no-empty rule

This commit is contained in:
Ismail El Korchi 2020-04-05 23:17:17 +01:00
parent cfdbdfc534
commit 31c32dd2e4
1 changed files with 2 additions and 1 deletions

View File

@ -7,6 +7,7 @@
], ],
"rules": { "rules": {
"font-family-no-missing-generic-family-keyword": null, "font-family-no-missing-generic-family-keyword": null,
"no-descending-specificity": null "no-descending-specificity": null,
"block-no-empty": null
} }
} }