UNPKG

nest-prettier

Version:

A schematic to run prettier as an eslint rule

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