mirror of
https://github.com/antebudimir/eslint-plugin-vanilla-extract.git
synced 2026-01-02 09:33:33 +00:00
feat 🥁: add no-empty-style-blocks rule to detect and prevent empty CSS blocks
This commit is contained in:
parent
f346002fb0
commit
47d3deb2f1
45 changed files with 2639 additions and 546 deletions
|
|
@ -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': [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue