UNPKG

nx-mesh

Version:
5 lines (4 loc) 254 B
import type { GeneratorCallback, Tree } from '@nrwl/devkit'; import type { NormalizedOptions } from './normalize-options'; export declare function addLinting(host: Tree, options: NormalizedOptions): Promise<GeneratorCallback>; export default addLinting;