Skip to main content
Home

Built and signed on GitHub Actions

Works with
This package works with Node.js, Deno, BunIt is unknown whether this package works with Cloudflare Workers
It is unknown whether this package works with Cloudflare Workers
This package works with Node.js
This package works with Deno
This package works with Bun
JSR Score82%
Downloads334/wk
Published11 months ago (0.0.6)

This library provides a dprint configuration for formatting TypeScript source code using non-insane brace style.

/** @module This module itself is not very useful. The package itself contains config that can be extended. The main entry point of the application just prints out the recommended dprint config to stdout. */ import * as dprintConfig from './dprint.json' with { type: 'json' }; /** The main entry point of the application just prints out the recommended dprint config to stdout. */ export * from './main.ts' /** The recommended dprint config is also available as a JSON module, although it this may not be useful. Instead the normal way of using it is to have your own config extend the `.jsonc` (or `.json`) file contained within the package. (See [README.md](./README.md) for more details.) */ export { dprintConfig };