Skip to content

Files

Latest commit

a1016db · Sep 16, 2024

History

History

prettier-config

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Sep 16, 2024
Sep 16, 2024
Sep 16, 2024
Sep 16, 2024

@mcous/prettier-config

My common Prettier configuration.

Install

pnpm add --save-dev prettier @mcous/prettier-config

Usage

Use the base config for React, Vue, and vanilla JavaScript / TypeScript projects.

// prettier.config.js
import baseConfig from '@mcous/prettier-config'

export default {
  ...baseConfig,
}