UNPKG

@nxext/stencil

Version:

Nx plugin for stenciljs

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