UNPKG

nest-prettier

Version:

A schematic to run prettier as an eslint rule

6 lines (5 loc) 116 B
export interface EslintOptions { eslintExtend?: string; plugin?: string; rules?: Record<string, any>; }