stevearc / conform.nvim

Lightweight yet powerful formatter plugin for Neovim
MIT License
2.72k stars 142 forks source link

feat(prettier, prettierd): add mjs files to supported config files #350

Closed Nitestack closed 4 months ago

Nitestack commented 4 months ago

Prettier supports ESM in their configuration, so I think it should be added to the supported config files.

Commit: https://github.com/prettier/prettier/commit/44d246a2a25473f65ab6be98cf5fe63d3ffe8f8d

stevearc commented 4 months ago

LGTM thanks!