eslint-plugin-tis-imports
Version:
Eslint plugin for precise control of architectural restrictions. FSD, public api, hierarchy of entities in the project.
7 lines (6 loc) • 306 B
TypeScript
export declare const createLayersOrderMap: (layers: string[]) => Map<string, number>;
export declare const getLayer: (args: {
filePath?: string | null;
layersSet: Set<string>;
}) => string | null;
export declare const getSubfolderAfterLayer: (absolutePath: string, layer: string) => string | null;