UNPKG

nest-prettier

Version:

A schematic to run prettier as an eslint rule

4 lines (3 loc) 147 B
import { Rule } from '@angular-devkit/schematics'; import { Schema } from './schema'; export declare function nestPrettier(options: Schema): Rule;