Skip to content

This is the first stable release of the formatter plugin. It improves portability with a standard shebang and adds support for MDX file formatting to prevent lint failures in projects using MDX.

Dec 8, 2025 · @mavam, @claude

The shebang now uses #!/usr/bin/env bash instead of #!/bin/bash for portability across systems where bash may be installed in different locations.

Dec 8, 2025 · @mavam, @claude

The format hook now formats .mdx files with markdownlint and prettier, preventing lint failures in projects that use MDX.