{"library":"prettier-plugin-reasonml","title":"Prettier ReasonML Plugin","description":"A wrapper plugin that adds ReasonML (`.re` files) formatting support to Prettier by delegating to the `refmt` binary. Version 0.2.0 is the current stable release, with no regular cadence. Unlike AST-transforming plugins, this passes code directly to `refmt`, making it a thin integration layer. It requires `refmt` or `bsrefmt` to be installed separately, and inherits Prettier's configured options like `print-width`. Useful for ReasonML projects already using Prettier.","language":"javascript","status":"active","last_verified":"Sat Apr 25","install":{"commands":["npm install prettier-plugin-reasonml"],"cli":null},"imports":["// No JS import; use via Prettier CLI or API with --plugin"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"npm install -g prettier prettier-plugin-reasonml\nprettier src/**/*.re --write --print-width 120","lang":"javascript","description":"Install globally and use Prettier CLI to format ReasonML files with custom print width.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}