UNPKG

@salesforce-ux/eslint-plugin-slds

Version:

ESLint plugin provides custom linting rules specifically built for Salesforce Lightning Design System 2 (SLDS 2 beta)

8 lines (7 loc) 247 B
import { Rule } from 'eslint'; /** * ESLint rule to detect SLDS variables used without fallback values * Uses CSS AST parsing for consistent detection across all CSS contexts */ declare const _default: Rule.RuleModule; export default _default;