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.
🐞 Bug Fixes
Section titled “🐞 Bug Fixes”Use portable shebang in formatter hook
Section titled “Use portable shebang in formatter hook”The shebang now uses #!/usr/bin/env bash instead of #!/bin/bash for portability across systems where bash may be installed in different locations.
Add MDX file support to formatter hook
Section titled “Add MDX file support to formatter hook”The format hook now formats .mdx files with markdownlint and prettier, preventing lint failures in projects that use MDX.