FoundryKit

Usage

How to consume the shared Prettier config.

Usage

CommonJS config file

const foundryPrettier = require('@foundrykit/prettier-config');

module.exports = foundryPrettier;

Extending the shared config

const foundryPrettier = require('@foundrykit/prettier-config');

module.exports = {
  ...foundryPrettier,
  printWidth: 100,
};

Binary

pnpm exec prettify

The package is intentionally config-focused. It does not export multiple named preset variants from the top-level module.

On this page