Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@archoleat/prettier-define-config

archoleat902MIT1.2.1TypeScript support: included

Provide a defineConfig function for Prettier

archoleat-prettier-define-config, archoleat, config, configuration, define-config, plugin, prettier-config, prettier-define-config, prettier, typescript

readme

Prettier Define Config

NPM Version NPM Downloads Specs Commitlint Editorconfig Prettier ESLint Remark

Table of Contents

Provide a defineConfig function for Prettier.

Installation

bun i -D @archoleat/prettier-define-config

Usage

See Prettier Configuration.

Add the following code to the prettier.config.js file:

import { defineConfig } from '@archoleat/prettier-define-config';

export default defineConfig({})

Contributing

Please read CONTRIBUTING to start contributing.

License

This project is licensed under the MIT license.

changelog

Changelog

1.2.1 (2025-09-05)

Bug Fixes

1.0.0 (2025-09-05)

Features

Bug Fixes

1.0.0 (2025-09-05)

Features