UNPKG

@nxext/stencil

Version:

Nx plugin for stenciljs

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