@salesforce-ux/eslint-plugin-slds
Version:
ESLint plugin provides custom linting rules specifically built for Salesforce Lightning Design System 2 (SLDS 2 beta)
19 lines (18 loc) • 426 B
TypeScript
declare const _default: {
meta: {
type: "problem" | "suggestion" | "layout";
docs: {
category: string;
recommended: boolean;
description: string;
url: string;
};
fixable: string;
schema: any[];
messages: Record<string, string>;
};
create(context: any): {
Tag: (node: any) => void;
};
};
export = _default;