UNPKG

@nxext/stencil

Version:

Nx plugin for stenciljs

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