Closed langalex closed 1 year ago
With prettier v3, you need to specify the plugins manually as the autoload has been removed. See the CHANGELOG https://prettier.io/blog/2023/07/05/3.0.0.html#plugin-search-feature-has-been-removed-14759httpsgithubcomprettierprettierpull14759-by-fiskerhttpsgithubcomfisker.
This means either creating a config file or passing on the command line like --plugin=@prettier/plugin-ruby
.
Apologies, I only checked the changelog in this repo.
Since upgrading to version 4.0.2, the Ruby plugin appears to not get picked up by Prettier anymore.
package.json:
Gemfile: