UNPKG

@storm-software/eslint

Version:

A package containing the base ESLint configuration used by Storm Software across many projects.

5 lines (3 loc) 205 B
declare function getTsConfigPath(tsconfigPath?: string, type?: "app" | "lib"): string; declare function checkTsConfigPath(root: string): string | undefined; export { checkTsConfigPath, getTsConfigPath };