UNPKG

eslint-plugin-logical-properties

Version:
29 lines 2 kB
export declare const mappings: { readonly borderTopLeftRadius: "borderStartStartRadius"; readonly borderTopRightRadius: "borderStartEndRadius"; readonly borderBottomLeftRadius: "borderEndStartRadius"; readonly borderBottomRightRadius: "borderEndEndRadius"; }; export declare const shorthands: { readonly borderRadius: [[["borderStartStartRadius", "borderEndEndRadius"]], [["borderStartStartRadius", "borderEndEndRadius"], ["borderStartEndRadius", "borderEndStartRadius"]], [["borderStartStartRadius"], ["borderStartEndRadius", "borderEndStartRadius"], ["borderEndEndRadius"]], [["borderStartStartRadius"], ["borderStartEndRadius"], ["borderEndEndRadius"], ["borderEndStartRadius"]]]; }; export declare const shorthandPairMappings: { readonly borderRadius: readonly [readonly ["borderStartStartRadius", "borderEndEndRadius"], readonly ["borderStartEndRadius", "borderEndStartRadius"]]; }; export declare const ruleConfig: { readonly mappings: { readonly borderTopLeftRadius: "borderStartStartRadius"; readonly borderTopRightRadius: "borderStartEndRadius"; readonly borderBottomLeftRadius: "borderEndStartRadius"; readonly borderBottomRightRadius: "borderEndEndRadius"; }; readonly shorthands: { readonly borderRadius: [[["borderStartStartRadius", "borderEndEndRadius"]], [["borderStartStartRadius", "borderEndEndRadius"], ["borderStartEndRadius", "borderEndStartRadius"]], [["borderStartStartRadius"], ["borderStartEndRadius", "borderEndStartRadius"], ["borderEndEndRadius"]], [["borderStartStartRadius"], ["borderStartEndRadius"], ["borderEndEndRadius"], ["borderEndStartRadius"]]]; }; readonly shorthandPairMappings: { readonly borderRadius: readonly [readonly ["borderStartStartRadius", "borderEndEndRadius"], readonly ["borderStartEndRadius", "borderEndStartRadius"]]; }; }; declare const _default: import("eslint").Rule.RuleModule; export default _default; //# sourceMappingURL=borderRadius.d.ts.map