feat 🥁: add no-empty-style-blocks rule to detect and prevent empty CSS blocks

This commit is contained in:
Ante Budimir 2025-04-06 11:37:34 +03:00
parent f346002fb0
commit 47d3deb2f1
45 changed files with 2639 additions and 546 deletions

View file

@ -83,6 +83,7 @@ export default [
'vanilla-extract': vanillaExtract,
},
rules: {
'vanilla-extract/no-empty-style-blocks': 'error',
// 'vanilla-extract/alphabetical-order': 'warn',
// 'vanilla-extract/concentric-order': 'error',
'vanilla-extract/custom-order': [