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.

7 lines (6 loc) 303 B
import type { Rule } from 'eslint'; import { type ThemeTokenOptions } from './theme-token-processor.js'; /** * Creates ESLint rule visitors for the prefer-theme-tokens rule */ export declare const createThemeTokenVisitors: (context: Rule.RuleContext, options: ThemeTokenOptions) => Rule.RuleListener;