Terminal json pretty print
Prettier is an opinionated code formatter
Prettier package.json plugin to make the order of properties nice.
Turns off all rules that are unnecessary or might conflict with Prettier.
Prettier plugin to sort JSON files alphanumerically by key
Do you wanna use tslint and prettier without conflicts? tslint-config-prettier disables all conflicting rules that may cause such problems. Prettier takes care of formatting and tslint the rest.
Runs prettier as an stylelint rule
Lite version of json-schema-to-typescript
Converts JSON schema objects or files into Zod schemas
Make prettier organize your imports using the TypeScript language service API.
Format code using Prettier
Type definitions for parsed types used in the Solana RPC
Concurrent prettier runner
Utilities to help expose prettier output in linting tools
Turns off all rules that are unnecessary or might conflict with Prettier.
A Prettier plugin to format JSDoc comments.
Svelte plugin for prettier
Prettier formatter for package.json files
Enforce best practices for JavaScript promises
Runs prettier as an eslint rule
Syntax highlighting in your terminal
Lint files staged by git
code > prettier > stylelint > formatted code
Concurrent prettier runner [fork to publish Prettier v3 support to npm]
Even prettier JSON console output
See a "pretty" version of your API. Goggles installs a little tiny Sinatra app on a URL prefix and serves any JSON responses that come back as a prettyprinted HTML page. There are browser add-ons that do a great job with this sort of thing, but I wanted something I could live-link from API docs. This could be a lot fancier and prettier, I just extracted the bare minimum from a production app. Patches welcome.