eslint-plugin-mui-sx-order
Version:
Auto-sorts MUI sx/style props for clean, consistent code with ESLint
7 lines • 372 B
TypeScript
import { RuleContext, ObjectExpression, GetOrderFunction } from '../types';
/**
* Checks if properties in an object expression are in the correct order
* and reports violations with auto-fix capability
*/
export declare function checkAndReport(context: RuleContext, node: ObjectExpression, getOrder: GetOrderFunction): void;
//# sourceMappingURL=checkAndReport.d.ts.map