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.

6 lines (5 loc) 183 B
export type OrderingStrategy = 'alphabetical' | 'concentric' | 'userDefinedGroupOrder'; export interface VanillaExtractPluginSettings { style?: string[]; recipe?: string[]; }