mirror of
https://github.com/antebudimir/eslint-plugin-vanilla-extract.git
synced 2026-01-02 01:23: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
|
|
@ -6,7 +6,7 @@ export default defineConfig({
|
|||
provider: 'v8',
|
||||
reporter: ['html', 'json', 'lcov', 'text'],
|
||||
reportsDirectory: './coverage/vitest-reports',
|
||||
include: ['src/css-rules/**/*.ts', 'src/shared-utils/**/*.ts'],
|
||||
include: ['src/css-rules/**/*.ts'],
|
||||
exclude: ['src/**/*.css.ts', 'src/**/*index.ts', 'src/**/*types.ts'],
|
||||
},
|
||||
reporters: [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue