@salesforce-ux/eslint-plugin-slds
Version:
ESLint plugin provides custom linting rules specifically built for Salesforce Lightning Design System 2 (SLDS 2 beta)
29 lines (28 loc) • 631 B
TypeScript
declare const _default: {
meta: {
type: string;
docs: {
category: string;
recommended: boolean;
description: string;
url: string;
};
fixable: string;
schema: {
type: string;
properties: {
pattern: {
type: string;
};
flags: {
type: string;
};
};
additionalProperties: boolean;
}[];
};
create(context: any): {
Tag: (node: any) => void;
};
};
export = _default;