mirror of
https://github.com/acamarata/prettier-config.git
synced 2026-06-30 19:04:27 +00:00
762 B
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.