eslint-plugin-tis-imports
Version:
Eslint plugin for precise control of architectural restrictions. FSD, public api, hierarchy of entities in the project.
6 lines (5 loc) • 386 B
TypeScript
export { getLayer, createLayersOrderMap, getSubfolderAfterLayer } from './layers';
export { normalizeFilePathFromImport, checkRelativePath, checkAbsolutePath } from './files';
export { getEntityName, createEntityOrderMap } from './entities';
export { checkActualCache, createCachedOptions } from './cache';
export { createAllowedFoldersMap, getAllowedFolderInfo } from './restriction';