prettier-config/CHANGELOG.md
2026-05-28 13:45:11 -04:00

762 B

Changelog

All notable changes to @acamarata/prettier-config are documented here.

Format follows Keep a Changelog. Version numbers follow Semantic Versioning.

Unreleased

0.1.0 - 2026-05-28

Added

  • Initial release.
  • Base Prettier config: printWidth: 100, tabWidth: 2, singleQuote: false, trailingComma: "all", semi: true, endOfLine: "lf".
  • Per-file-type overrides for Markdown, JSON, and YAML.
  • ESM-only distribution ("type": "module").
  • Node test suite verifying config shape and override structure.