UNPKG

@antebudimir/eslint-plugin-vanilla-extract

Version:

Comprehensive ESLint plugin for vanilla-extract with CSS property ordering, style validation, and best practices enforcement. Supports alphabetical, concentric and custom CSS ordering, auto-fixing, and zero-runtime safety.

4 lines (3 loc) 130 B
import type { Rule } from 'eslint'; declare const noEmptyStyleBlocksRule: Rule.RuleModule; export default noEmptyStyleBlocksRule;