@salesforce-ux/eslint-plugin-slds
Version:
ESLint plugin provides custom linting rules specifically built for Salesforce Lightning Design System 2 (SLDS 2 beta)
9 lines (8 loc) • 370 B
TypeScript
/**
* Centralized export for core handlers
* Comprehensive implementation covering color, density, font, and box-shadow cases
*/
export { handleColorDeclaration } from './colorHandler';
export { handleDensityDeclaration } from './densityHandler';
export { handleFontDeclaration } from './fontHandler';
export { handleBoxShadowDeclaration } from './boxShadowHandler';