Skip to content

nhedger/prettier-config

Repository files navigation

Prettier configuration

This package contains my personal Prettier configuration.

Installation

# pnpm
pnpm add -D @hedger/prettier-config

# npm
npm i -D @hedger/prettier-config

Usage

Create a new .prettierrc.cjs file with the following content.

module.exports = {
    ...require("@hedger/prettier-config"),
};