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) 130 B
import type { Rule } from 'eslint'; declare const noEmptyStyleBlocksRule: Rule.RuleModule; export default noEmptyStyleBlocksRule;