extension-develop
Version:
The develop step of Extension.js
5 lines (4 loc) • 316 B
TypeScript
import { type RspackPluginInstance } from '@rspack/core';
export declare function getStylelintConfigFile(projectPath: string): string | undefined;
export declare function isUsingStylelint(projectPath: string): boolean;
export declare function maybeUseStylelint(projectPath: string): Promise<RspackPluginInstance[]>;