UNPKG

@antebudimir/eslint-plugin-vanilla-extract

Version:

ESLint plugin for enforcing best practices in vanilla-extract CSS styles, including CSS property ordering and additional linting rules.

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