Ignore no-empty-source styleint rule

This commit is contained in:
2020-10-28 19:54:17 +01:00
parent 94e805f95b
commit 02347122f7

View File

@@ -7,6 +7,7 @@ module.exports = {
ignoreAtRules: ["tailwind", "apply", "variants", "responsive", "screen"]
}
],
"no-empty-source": null,
"declaration-block-trailing-semicolon": null,
"no-descending-specificity": null
}