@o3r/stylelint-plugin
Version:
In-house stylelint plugin to use in your own eslint configuration
4 lines • 389 B
text/typescript
export declare const rules: {
readonly 'o3r-var-parameter-equal-variable': (primary: any, _secondaryOptions: Record<string, any>, context: import("stylelint", { with: { "resolution-mode": "require" } }).RuleContext) => (root: import("postcss").Root, result: import("stylelint", { with: { "resolution-mode": "require" } }).PostcssResult) => void;
};
//# sourceMappingURL=index.d.mts.map