1.2.0 • Published 3 years ago

@hedger/prettier-config v1.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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"),
};
1.2.0

3 years ago

1.1.0

3 years ago

1.0.0

3 years ago