Disable block-no-empty rule
This commit is contained in:
parent
cfdbdfc534
commit
31c32dd2e4
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue