UNPKG

@jsenv/prettier-check-project

Version:
12 lines (6 loc) 253 B
export const STATUS_NOT_SUPPORTED = "not-supported" export const STATUS_IGNORED = "ignored" export const STATUS_PRETTY = "pretty" export const STATUS_UGLY = "ugly" export const STATUS_ERRORED = "errored" export const STATUS_FORMATTED = "formatted"