UNPKG

prettier-plugin-pkg

Version:

An opinionated package.json formatter plugin for Prettier

4 lines (3 loc) 221 B
import type { FormatOptions, ObjectProperty } from '../types.js'; export declare const dependencyNames: readonly string[]; export declare const sort: (props: ObjectProperty[], options: FormatOptions) => ObjectProperty[];