UNPKG

@nxext/stencil

Version:

Nx plugin for stenciljs

4 lines (3 loc) 199 B
import { GeneratorCallback, Tree } from '@nrwl/devkit'; import { LibrarySchema } from '../schema'; export declare function addLinting(host: Tree, options: LibrarySchema): Promise<GeneratorCallback>;