Skip to content
This repository was archived by the owner on May 3, 2026. It is now read-only.

Latest commit

 

History

History
45 lines (30 loc) · 582 Bytes

File metadata and controls

45 lines (30 loc) · 582 Bytes

@tsparticles/prettier-config

Shared Prettier configuration for tsParticles projects.

Installation

pnpm add -D @tsparticles/prettier-config prettier

Usage

In your package.json:

{
  "prettier": "@tsparticles/prettier-config"
}

Or in .prettierrc:

"@tsparticles/prettier-config"

Defaults

Key defaults from the shared config:

  • semi: true
  • singleQuote: false
  • printWidth: 120
  • endOfLine: lf
  • includes prettier-plugin-multiline-arrays

Build (package maintainers)

pnpm run build

License

MIT